mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ffmpeg: fix 3.4 on darwin
This commit is contained in:
parent
e557a432e0
commit
03b3148beb
@ -8920,6 +8920,7 @@ with pkgs;
|
||||
};
|
||||
ffmpeg_3_4 = callPackage ../development/libraries/ffmpeg/3.4.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa CoreMedia;
|
||||
stdenv = gccStdenv;
|
||||
};
|
||||
ffmpeg_4 = callPackage ../development/libraries/ffmpeg/4.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa CoreMedia;
|
||||
|
Loading…
Reference in New Issue
Block a user