superTuxKart: Make Darwin-compatible

This commit is contained in:
OPNA2608
2021-05-16 22:24:34 +02:00
parent 7f56f38051
commit f2a29c1ee9
2 changed files with 26 additions and 11 deletions
+3 -1
View File
@@ -28502,7 +28502,9 @@ in
superTux = callPackage ../games/supertux { };
superTuxKart = callPackage ../games/super-tux-kart { };
superTuxKart = callPackage ../games/super-tux-kart {
inherit (darwin.apple_sdk.frameworks) Cocoa IOKit OpenAL;
};
synthv1 = libsForQt5.callPackage ../applications/audio/synthv1 { };