wipeout-rewrite: Migrate to by-name

This commit is contained in:
OPNA2608 2024-11-09 00:58:44 +01:00
parent 9bca23b06b
commit 211532d7c9
2 changed files with 4 additions and 13 deletions

View File

@ -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 = ''

View File

@ -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 { };