Add another lib to lutris
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m54s
Periodic flake update / flake-update (push) Successful in 1m18s

This commit is contained in:
Torjus Håkestad 2025-02-07 15:17:45 +01:00
parent b8fe7f34af
commit 6c508a180d
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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