Merge pull request #302517 from Scrumplex/pkgs/gamescope/pin-wlr
gamescope: pin to wlroots_0_17
This commit is contained in:
commit
8b28d2cfd7
4 changed files with 6 additions and 2 deletions
|
@ -1792,14 +1792,18 @@ with pkgs;
|
|||
libgamemode32 = pkgsi686Linux.gamemode.lib;
|
||||
};
|
||||
|
||||
gamescope = callPackage ../applications/window-managers/gamescope {
|
||||
gamescope = callPackage ../by-name/ga/gamescope/package.nix {
|
||||
enableExecutable = true;
|
||||
enableWsi = false;
|
||||
|
||||
wlroots = wlroots_0_17;
|
||||
};
|
||||
|
||||
gamescope-wsi = callPackage ../applications/window-managers/gamescope {
|
||||
gamescope-wsi = callPackage ../by-name/ga/gamescope/package.nix {
|
||||
enableExecutable = false;
|
||||
enableWsi = true;
|
||||
|
||||
wlroots = wlroots_0_17;
|
||||
};
|
||||
|
||||
gay = callPackage ../tools/misc/gay { };
|
||||
|
|
Loading…
Reference in a new issue