File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 30
30
, pcre
31
31
, mount
32
32
, gnome
33
+ , Accelerate
33
34
, Cocoa
34
35
, WebKit
35
36
, CoreServices
36
37
, CoreAudioKit
38
+ , IOBluetooth
37
39
# It is not allowed to distribute binaries with the VST2 SDK plugin without a license
38
40
# (the author of Bespoke has such a licence but not Nix). VST3 should work out of the box.
39
41
# Read more in https://github.com/NixOS/nixpkgs/issues/145607
@@ -102,10 +104,12 @@ stdenv.mkDerivation rec {
102
104
pcre
103
105
mount
104
106
] ++ lib . optionals stdenv . hostPlatform . isDarwin [
107
+ Accelerate
105
108
Cocoa
106
109
WebKit
107
110
CoreServices
108
111
CoreAudioKit
112
+ IOBluetooth
109
113
] ;
110
114
111
115
env . NIX_CFLAGS_COMPILE = lib . optionalString stdenv . hostPlatform . isDarwin ( toString [
Original file line number Diff line number Diff line change 11
11
, freetype
12
12
, alsa-lib
13
13
, libjack2
14
+ , Accelerate
14
15
, Cocoa
15
16
, WebKit
16
17
, MetalKit
@@ -52,6 +53,7 @@ stdenv.mkDerivation rec {
52
53
alsa-lib
53
54
libjack2
54
55
] ++ lib . optionals stdenv . hostPlatform . isDarwin [
56
+ Accelerate
55
57
Cocoa
56
58
WebKit
57
59
MetalKit
Original file line number Diff line number Diff line change 11
11
, libXcursor
12
12
, freetype
13
13
, alsa-lib
14
+ , Accelerate
14
15
, Cocoa
15
16
, WebKit
16
17
, CoreServices
@@ -76,6 +77,7 @@ stdenv.mkDerivation rec {
76
77
freetype
77
78
alsa-lib
78
79
] ++ lib . optionals stdenv . hostPlatform . isDarwin [
80
+ Accelerate
79
81
Cocoa
80
82
WebKit
81
83
CoreServices
Original file line number Diff line number Diff line change @@ -29456,7 +29456,7 @@ with pkgs;
29456
29456
berry = callPackage ../applications/window-managers/berry { };
29457
29457
29458
29458
bespokesynth = callPackage ../applications/audio/bespokesynth {
29459
- inherit (darwin.apple_sdk.frameworks) Cocoa WebKit CoreServices CoreAudioKit;
29459
+ inherit (darwin.apple_sdk.frameworks) Accelerate Cocoa WebKit CoreServices CoreAudioKit IOBluetooth ;
29460
29460
};
29461
29461
29462
29462
bespokesynth-with-vst2 = bespokesynth.override {
@@ -30035,7 +30035,7 @@ with pkgs;
30035
30035
denemo = callPackage ../applications/audio/denemo { };
30036
30036
30037
30037
dexed = darwin.apple_sdk_11_0.callPackage ../applications/audio/dexed {
30038
- inherit (darwin.apple_sdk_11_0.frameworks) Cocoa WebKit MetalKit DiscRecording CoreAudioKit;
30038
+ inherit (darwin.apple_sdk_11_0.frameworks) Accelerate Cocoa WebKit MetalKit DiscRecording CoreAudioKit;
30039
30039
inherit (darwin.apple_sdk_11_0.libs) simd;
30040
30040
};
30041
30041
@@ -30673,7 +30673,7 @@ with pkgs;
30673
30673
filezilla = callPackage ../applications/networking/ftp/filezilla { };
30674
30674
30675
30675
fire = darwin.apple_sdk_11_0.callPackage ../applications/audio/fire {
30676
- inherit (darwin.apple_sdk_11_0.frameworks) Cocoa WebKit CoreServices DiscRecording CoreAudioKit MetalKit;
30676
+ inherit (darwin.apple_sdk_11_0.frameworks) Accelerate Cocoa WebKit CoreServices DiscRecording CoreAudioKit MetalKit;
30677
30677
inherit (darwin.apple_sdk_11_0.libs) simd;
30678
30678
};
30679
30679
You can’t perform that action at this time.
0 commit comments