Loading pkgs/games/shipwright/default.nix +2 −12 Original line number Diff line number Diff line Loading @@ -25,12 +25,9 @@ , zenity , makeWrapper , darwin , apple-sdk_11 , libicns }: let inherit (darwin.apple_sdk_11_0.frameworks) IOSurface Metal QuartzCore Cocoa AVFoundation; in stdenv.mkDerivation (finalAttrs: { pname = "shipwright"; version = "8.0.6"; Loading Loading @@ -85,14 +82,7 @@ stdenv.mkDerivation (finalAttrs: { libXext libpulseaudio zenity ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ IOSurface Metal QuartzCore Cocoa AVFoundation darwin.apple_sdk_11_0.libs.simd ]; ] ++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11; cmakeFlags = [ (lib.cmakeBool "NON_PORTABLE" true) Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -34088,9 +34088,7 @@ with pkgs; keeperrl = callPackage ../games/keeperrl { }; shipwright = callPackage ../games/shipwright { stdenv = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv "11.0" else stdenv; }; shipwright = callPackage ../games/shipwright { }; wipeout-rewrite = callPackage ../games/wipeout-rewrite { inherit (darwin.apple_sdk.frameworks) Foundation; Loading
pkgs/games/shipwright/default.nix +2 −12 Original line number Diff line number Diff line Loading @@ -25,12 +25,9 @@ , zenity , makeWrapper , darwin , apple-sdk_11 , libicns }: let inherit (darwin.apple_sdk_11_0.frameworks) IOSurface Metal QuartzCore Cocoa AVFoundation; in stdenv.mkDerivation (finalAttrs: { pname = "shipwright"; version = "8.0.6"; Loading Loading @@ -85,14 +82,7 @@ stdenv.mkDerivation (finalAttrs: { libXext libpulseaudio zenity ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ IOSurface Metal QuartzCore Cocoa AVFoundation darwin.apple_sdk_11_0.libs.simd ]; ] ++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11; cmakeFlags = [ (lib.cmakeBool "NON_PORTABLE" true) Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -34088,9 +34088,7 @@ with pkgs; keeperrl = callPackage ../games/keeperrl { }; shipwright = callPackage ../games/shipwright { stdenv = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv "11.0" else stdenv; }; shipwright = callPackage ../games/shipwright { }; wipeout-rewrite = callPackage ../games/wipeout-rewrite { inherit (darwin.apple_sdk.frameworks) Foundation;