packages: rename deprecated xorg.libXdamage to libxdamage
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m25s
Periodic flake update / flake-update (push) Successful in 2m30s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 10:04:44 +01:00
parent 8ba98bd9f1
commit 94e74ffd8a
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ in
(lutris.override {
extraLibraries = pkgs: [
nspr
xorg.libXdamage
libxdamage
];
})
];