Loading pkgs/applications/audio/bespokesynth/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -30,10 +30,12 @@ , pcre , mount , gnome , Accelerate , Cocoa , WebKit , CoreServices , CoreAudioKit , IOBluetooth # It is not allowed to distribute binaries with the VST2 SDK plugin without a license # (the author of Bespoke has such a licence but not Nix). VST3 should work out of the box. # Read more in https://github.com/NixOS/nixpkgs/issues/145607 Loading Loading @@ -102,10 +104,12 @@ stdenv.mkDerivation rec { pcre mount ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Accelerate Cocoa WebKit CoreServices CoreAudioKit IOBluetooth ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin (toString [ Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29227,7 +29227,7 @@ with pkgs; berry = callPackage ../applications/window-managers/berry { }; bespokesynth = callPackage ../applications/audio/bespokesynth { inherit (darwin.apple_sdk.frameworks) Cocoa WebKit CoreServices CoreAudioKit; inherit (darwin.apple_sdk.frameworks) Accelerate Cocoa WebKit CoreServices CoreAudioKit IOBluetooth; }; bespokesynth-with-vst2 = bespokesynth.override { Loading
pkgs/applications/audio/bespokesynth/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -30,10 +30,12 @@ , pcre , mount , gnome , Accelerate , Cocoa , WebKit , CoreServices , CoreAudioKit , IOBluetooth # It is not allowed to distribute binaries with the VST2 SDK plugin without a license # (the author of Bespoke has such a licence but not Nix). VST3 should work out of the box. # Read more in https://github.com/NixOS/nixpkgs/issues/145607 Loading Loading @@ -102,10 +104,12 @@ stdenv.mkDerivation rec { pcre mount ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Accelerate Cocoa WebKit CoreServices CoreAudioKit IOBluetooth ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin (toString [ Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29227,7 +29227,7 @@ with pkgs; berry = callPackage ../applications/window-managers/berry { }; bespokesynth = callPackage ../applications/audio/bespokesynth { inherit (darwin.apple_sdk.frameworks) Cocoa WebKit CoreServices CoreAudioKit; inherit (darwin.apple_sdk.frameworks) Accelerate Cocoa WebKit CoreServices CoreAudioKit IOBluetooth; }; bespokesynth-with-vst2 = bespokesynth.override {