libopenshot-audio: add Accelerate framework dependency
Added in [v0.2.1](https://github.com/OpenShot/libopenshot-audio/releases/tag/v0.2.1)
This commit is contained in:
parent
64a2fcb824
commit
6102cdb048
@ -13,6 +13,7 @@
|
||||
, libXrandr
|
||||
, pkg-config
|
||||
, zlib
|
||||
, Accelerate
|
||||
, AGL
|
||||
, Cocoa
|
||||
, Foundation
|
||||
@ -43,18 +44,19 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = lib.optionals stdenv.isLinux [
|
||||
alsa-lib
|
||||
] ++ (if stdenv.isDarwin then [
|
||||
AGL
|
||||
Cocoa
|
||||
Foundation
|
||||
zlib
|
||||
] else [
|
||||
libX11
|
||||
libXcursor
|
||||
libXext
|
||||
libXft
|
||||
libXinerama
|
||||
libXrandr
|
||||
]);
|
||||
Accelerate
|
||||
AGL
|
||||
Cocoa
|
||||
Foundation
|
||||
zlib
|
||||
] else [
|
||||
libX11
|
||||
libXcursor
|
||||
libXext
|
||||
libXft
|
||||
libXinerama
|
||||
libXrandr
|
||||
]);
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -131,7 +131,7 @@ in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGea
|
||||
packagekit-qt = callPackage ../tools/package-management/packagekit/qt.nix { };
|
||||
|
||||
libopenshot-audio = callPackage ../applications/video/openshot-qt/libopenshot-audio.nix {
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks) AGL Cocoa Foundation;
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks) Accelerate AGL Cocoa Foundation;
|
||||
};
|
||||
|
||||
libqglviewer = callPackage ../development/libraries/libqglviewer {
|
||||
|
Loading…
Reference in New Issue
Block a user