ja2-stracciatella: remove darwin stubs

These should be NOOPs.

authored by TomaSajt and committed by Alyssa Ross 9db3afd9 fbb95ac8

+7 -16
+6 -13
pkgs/games/ja2-stracciatella/default.nix
··· 10 fltk, 11 rapidjson, 12 gtest, 13 - Carbon, 14 - Cocoa, 15 }: 16 let 17 version = "0.17.0"; ··· 46 cmake 47 python3 48 ]; 49 - buildInputs = 50 - [ 51 - SDL2 52 - fltk 53 - rapidjson 54 - gtest 55 - ] 56 - ++ lib.optionals stdenv.hostPlatform.isDarwin [ 57 - Carbon 58 - Cocoa 59 - ]; 60 61 patches = [ 62 ./remove-rust-buildstep.patch
··· 10 fltk, 11 rapidjson, 12 gtest, 13 }: 14 let 15 version = "0.17.0"; ··· 44 cmake 45 python3 46 ]; 47 + buildInputs = [ 48 + SDL2 49 + fltk 50 + rapidjson 51 + gtest 52 + ]; 53 54 patches = [ 55 ./remove-rust-buildstep.patch
+1 -3
pkgs/top-level/all-packages.nix
··· 16308 # used as base package for iortcw forks 16309 iortcw_sp = callPackage ../games/iortcw/sp.nix { }; 16310 16311 - ja2-stracciatella = callPackage ../games/ja2-stracciatella { 16312 - inherit (darwin.apple_sdk.frameworks) Carbon Cocoa; 16313 - }; 16314 16315 katagoWithCuda = katago.override { 16316 backend = "cuda";
··· 16308 # used as base package for iortcw forks 16309 iortcw_sp = callPackage ../games/iortcw/sp.nix { }; 16310 16311 + ja2-stracciatella = callPackage ../games/ja2-stracciatella { }; 16312 16313 katagoWithCuda = katago.override { 16314 backend = "cuda";