gamescope: pin to wlroots_0_17

This should fix gamescope when using an overlay that replaces wlroots

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-04-08 10:01:05 +02:00
parent aa71ddadfa
commit 57f72cfbc2
+4
View File
@@ -1795,11 +1795,15 @@ with pkgs;
gamescope = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = true;
enableWsi = false;
wlroots = wlroots_0_17;
};
gamescope-wsi = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = false;
enableWsi = true;
wlroots = wlroots_0_17;
};
gay = callPackage ../tools/misc/gay { };