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

gamescope: remove top-level override

parent 5703b0c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+0 −6
Original line number Diff line number Diff line
@@ -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;