fix gamescope

This commit is contained in:
Jakub Kropáček 2025-06-21 11:36:44 +02:00
parent 55420aa027
commit ecec75d846
Signed by: JustScreaMy
GPG key ID: 4EC6A2C45D75FC86

View file

@ -8,6 +8,15 @@ in
uv-bin = self.packages.x86_64-linux.uv-bin;
lanshare = self.packages.x86_64-linux.lanshare;
kropcloud-utils = inputs.kropcloud-utils.packages.x86_64-linux.default;
gamescope = prev.gamescope.overrideAttrs (oldAttrs: {
patches = (oldAttrs.patches or [ ]) ++ [
(final.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/ValveSoftware/gamescope/pull/1867.patch";
hash = "sha256-L7E0MLZOuOCYmjZsjub8ua0SKO4T830pQL0/TMP/pOw=";
})
];
});
# plymouth = prev.plymouth.overrideAttrs (
# { src, ... }:
# {