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:
Aliaksandr
2026-01-25 15:07:23 -05:00
committed by Michael Daniels
parent 3e118b3898
commit 5703b0c8f8
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
makeBinaryWrapper,
nix-update-script,
enableExecutable ? true,
enableWsi ? true,
enableWsi ? false,
}:
let
frogShaders = fetchFromGitHub {
-3
View File
@@ -1001,9 +1001,6 @@ with pkgs;
};
gamescope = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = true;
enableWsi = false;
wlroots = wlroots_0_17;
};