mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #302517 from Scrumplex/pkgs/gamescope/pin-wlr
gamescope: pin to wlroots_0_17
This commit is contained in:
commit
8b28d2cfd7
@ -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 New Issue
Block a user