fix gamescope
This commit is contained in:
parent
55420aa027
commit
ecec75d846
1 changed files with 9 additions and 0 deletions
|
@ -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, ... }:
|
||||
# {
|
||||
|
|
Loading…
Reference in a new issue