Commit 529d3bc5 authored by John Ericson's avatar John Ericson
Browse files

wine-{staging,wayland}: Simplify definitions

These are actually just mere aliases for things we already have, so let'
redefine them more simply accordingly.

Not moving to `aliases.nix` yet because that is a separate policy
decision, and I want to backport this.
parent f1938b1a
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -12880,17 +12880,9 @@ with pkgs;
  wine = winePackages.full;
  wine64 = wine64Packages.full;

  wine-staging = lowPrio (
    winePackages.full.override {
      wineRelease = "staging";
    }
  );
  wine-staging = lowPrio winePackages.stagingFull;

  wine-wayland = lowPrio (
    winePackages.full.override {
      x11Support = false;
    }
  );
  wine-wayland = lowPrio winePackages.waylandFull;

  inherit (callPackage ../servers/web-apps/wordpress { })
    wordpress