Loading pkgs/games/super-tux-kart/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ , sqlite , Cocoa , IOKit , IOBluetooth , libsamplerate , shaderc }: Loading Loading @@ -111,7 +112,7 @@ stdenv.mkDerivation rec { ] ++ lib.optional (stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isLinux) libopenglrecorder ++ lib.optional stdenv.hostPlatform.isLinux openal ++ lib.optionals stdenv.hostPlatform.isDarwin [ OpenAL IOKit Cocoa libsamplerate ]; ++ lib.optionals stdenv.hostPlatform.isDarwin [ OpenAL IOKit Cocoa IOBluetooth libsamplerate ]; cmakeFlags = [ "-DBUILD_RECORDER=${if (stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isLinux) then "ON" else "OFF"}" Loading pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -37753,8 +37753,8 @@ with pkgs; superTux = callPackage ../games/supertux { }; superTuxKart = callPackage ../games/super-tux-kart { inherit (darwin.apple_sdk.frameworks) Cocoa IOKit OpenAL; superTuxKart = darwin.apple_sdk_11_0.callPackage ../games/super-tux-kart { inherit (darwin.apple_sdk_11_0.frameworks) Cocoa IOKit OpenAL IOBluetooth; }; synthv1 = libsForQt5.callPackage ../applications/audio/synthv1 { }; Loading
pkgs/games/super-tux-kart/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ , sqlite , Cocoa , IOKit , IOBluetooth , libsamplerate , shaderc }: Loading Loading @@ -111,7 +112,7 @@ stdenv.mkDerivation rec { ] ++ lib.optional (stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isLinux) libopenglrecorder ++ lib.optional stdenv.hostPlatform.isLinux openal ++ lib.optionals stdenv.hostPlatform.isDarwin [ OpenAL IOKit Cocoa libsamplerate ]; ++ lib.optionals stdenv.hostPlatform.isDarwin [ OpenAL IOKit Cocoa IOBluetooth libsamplerate ]; cmakeFlags = [ "-DBUILD_RECORDER=${if (stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isLinux) then "ON" else "OFF"}" Loading
pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -37753,8 +37753,8 @@ with pkgs; superTux = callPackage ../games/supertux { }; superTuxKart = callPackage ../games/super-tux-kart { inherit (darwin.apple_sdk.frameworks) Cocoa IOKit OpenAL; superTuxKart = darwin.apple_sdk_11_0.callPackage ../games/super-tux-kart { inherit (darwin.apple_sdk_11_0.frameworks) Cocoa IOKit OpenAL IOBluetooth; }; synthv1 = libsForQt5.callPackage ../applications/audio/synthv1 { };