gamescope: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 15:07:31 -05:00
committed by Michael Daniels
parent 5703b0c8f8
commit d2975a9cc0
2 changed files with 2 additions and 8 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
glslang,
hwdata,
stb,
wlroots,
wlroots_0_17,
libdecor,
lcms,
lib,
@@ -138,7 +138,7 @@ stdenv.mkDerivation (finalAttrs: {
vulkan-headers
]
++ lib.optionals enableExecutable (
wlroots.buildInputs
wlroots_0_17.buildInputs
++ [
# gamescope uses a custom wlroots branch
xorg.libXcomposite
-6
View File
@@ -1000,15 +1000,9 @@ with pkgs;
libgamemode32 = pkgsi686Linux.gamemode.lib;
};
gamescope = callPackage ../by-name/ga/gamescope/package.nix {
wlroots = wlroots_0_17;
};
gamescope-wsi = callPackage ../by-name/ga/gamescope/package.nix {
enableExecutable = false;
enableWsi = true;
wlroots = wlroots_0_17;
};
font-v = with python3Packages; toPythonApplication font-v;