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 09:59:59 +02:00
parent aa71ddadfa
commit 57f72cfbc2
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
1 changed files with 4 additions and 0 deletions

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 { };