Unverified Commit 5703b0c8 authored by Aliaksandr's avatar Aliaksandr Committed by Michael Daniels
Browse files

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.
parent 3e118b38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
  makeBinaryWrapper,
  nix-update-script,
  enableExecutable ? true,
  enableWsi ? true,
  enableWsi ? false,
}:
let
  frogShaders = fetchFromGitHub {
+0 −3
Original line number Diff line number Diff line
@@ -1001,9 +1001,6 @@ with pkgs;
  };

  gamescope = callPackage ../by-name/ga/gamescope/package.nix {
    enableExecutable = true;
    enableWsi = false;

    wlroots = wlroots_0_17;
  };