Commit 211532d7 authored by OPNA2608's avatar OPNA2608
Browse files

wipeout-rewrite: Migrate to by-name

parent 9bca23b0
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  fetchFromGitHub,
  unstableGitUpdater,
  makeWrapper,
  Foundation,
  glew,
  SDL2,
  writeShellScript,
@@ -41,13 +40,9 @@ stdenv.mkDerivation (finalAttrs: {
    makeWrapper
  ];

  buildInputs =
    [
  buildInputs = [
    glew
    SDL2
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      Foundation
  ];

  installPhase = ''
+0 −4
Original line number Diff line number Diff line
@@ -16840,10 +16840,6 @@ with pkgs;
  pmars-x11 = pmars.override { enableXwinGraphics = true; };
  wipeout-rewrite = callPackage ../games/wipeout-rewrite {
    inherit (darwin.apple_sdk.frameworks) Foundation;
  };
  ### GAMES/DOOM-PORTS
  doomseeker = qt5.callPackage ../games/doom-ports/doomseeker { };