Loading pkgs/by-name/ga/gamescope/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ glslang, hwdata, stb, wlroots, wlroots_0_17, libdecor, lcms, lib, Loading @@ -37,7 +37,7 @@ makeBinaryWrapper, nix-update-script, enableExecutable ? true, enableWsi ? true, enableWsi ? false, }: let frogShaders = fetchFromGitHub { Loading Loading @@ -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 Loading pkgs/top-level/all-packages.nix +0 −9 Original line number Diff line number Diff line Loading @@ -1000,18 +1000,9 @@ with pkgs; libgamemode32 = pkgsi686Linux.gamemode.lib; }; gamescope = callPackage ../by-name/ga/gamescope/package.nix { enableExecutable = true; enableWsi = false; 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; Loading Loading
pkgs/by-name/ga/gamescope/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ glslang, hwdata, stb, wlroots, wlroots_0_17, libdecor, lcms, lib, Loading @@ -37,7 +37,7 @@ makeBinaryWrapper, nix-update-script, enableExecutable ? true, enableWsi ? true, enableWsi ? false, }: let frogShaders = fetchFromGitHub { Loading Loading @@ -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 Loading
pkgs/top-level/all-packages.nix +0 −9 Original line number Diff line number Diff line Loading @@ -1000,18 +1000,9 @@ with pkgs; libgamemode32 = pkgsi686Linux.gamemode.lib; }; gamescope = callPackage ../by-name/ga/gamescope/package.nix { enableExecutable = true; enableWsi = false; 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; Loading