gamescope: change a default and remove some all-packages.nix arguments
Overriding the argument with the same default value as in package.nix is pointless. And having the real value be different than what package.nix implies is confusing.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
makeBinaryWrapper,
|
||||
nix-update-script,
|
||||
enableExecutable ? true,
|
||||
enableWsi ? true,
|
||||
enableWsi ? false,
|
||||
}:
|
||||
let
|
||||
frogShaders = fetchFromGitHub {
|
||||
|
||||
@@ -1001,9 +1001,6 @@ with pkgs;
|
||||
};
|
||||
|
||||
gamescope = callPackage ../by-name/ga/gamescope/package.nix {
|
||||
enableExecutable = true;
|
||||
enableWsi = false;
|
||||
|
||||
wlroots = wlroots_0_17;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user