Merge pull request #302517 from Scrumplex/pkgs/gamescope/pin-wlr

gamescope: pin to wlroots_0_17

authored by rewine and committed by GitHub 8b28d2cf a2a144ee

+6 -2
pkgs/applications/window-managers/gamescope/default.nix pkgs/by-name/ga/gamescope/package.nix
pkgs/applications/window-managers/gamescope/shaders-path.patch pkgs/by-name/ga/gamescope/shaders-path.patch
pkgs/applications/window-managers/gamescope/use-pkgconfig.patch pkgs/by-name/ga/gamescope/use-pkgconfig.patch
+6 -2
pkgs/top-level/all-packages.nix
··· 1792 libgamemode32 = pkgsi686Linux.gamemode.lib; 1793 }; 1794 1795 - gamescope = callPackage ../applications/window-managers/gamescope { 1796 enableExecutable = true; 1797 enableWsi = false; 1798 }; 1799 1800 - gamescope-wsi = callPackage ../applications/window-managers/gamescope { 1801 enableExecutable = false; 1802 enableWsi = true; 1803 }; 1804 1805 gay = callPackage ../tools/misc/gay { };
··· 1792 libgamemode32 = pkgsi686Linux.gamemode.lib; 1793 }; 1794 1795 + gamescope = callPackage ../by-name/ga/gamescope/package.nix { 1796 enableExecutable = true; 1797 enableWsi = false; 1798 + 1799 + wlroots = wlroots_0_17; 1800 }; 1801 1802 + gamescope-wsi = callPackage ../by-name/ga/gamescope/package.nix { 1803 enableExecutable = false; 1804 enableWsi = true; 1805 + 1806 + wlroots = wlroots_0_17; 1807 }; 1808 1809 gay = callPackage ../tools/misc/gay { };