fire: Fix build on Darwin

OPNA2608 fd589ed1 a43f655b

+3 -1
+2
pkgs/applications/audio/fire/default.nix
··· 11 , libXcursor 12 , freetype 13 , alsa-lib 14 , Cocoa 15 , WebKit 16 , CoreServices ··· 76 freetype 77 alsa-lib 78 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ 79 Cocoa 80 WebKit 81 CoreServices
··· 11 , libXcursor 12 , freetype 13 , alsa-lib 14 + , Accelerate 15 , Cocoa 16 , WebKit 17 , CoreServices ··· 77 freetype 78 alsa-lib 79 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ 80 + Accelerate 81 Cocoa 82 WebKit 83 CoreServices
+1 -1
pkgs/top-level/all-packages.nix
··· 30446 filezilla = callPackage ../applications/networking/ftp/filezilla { }; 30447 30448 fire = darwin.apple_sdk_11_0.callPackage ../applications/audio/fire { 30449 - inherit (darwin.apple_sdk_11_0.frameworks) Cocoa WebKit CoreServices DiscRecording CoreAudioKit MetalKit; 30450 inherit (darwin.apple_sdk_11_0.libs) simd; 30451 }; 30452
··· 30446 filezilla = callPackage ../applications/networking/ftp/filezilla { }; 30447 30448 fire = darwin.apple_sdk_11_0.callPackage ../applications/audio/fire { 30449 + inherit (darwin.apple_sdk_11_0.frameworks) Accelerate Cocoa WebKit CoreServices DiscRecording CoreAudioKit MetalKit; 30450 inherit (darwin.apple_sdk_11_0.libs) simd; 30451 }; 30452