mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
style fix in ffmpeg expression
This commit is contained in:
parent
aa12640cb9
commit
9b4ba3c5da
|
@ -144,7 +144,7 @@ stdenv.mkDerivation rec {
|
|||
++ optionals (!isDarwin) [ libvpx libpulseaudio ] # Need to be fixed on Darwin
|
||||
++ optional (isLinux || isFreeBSD) libva
|
||||
++ optional isLinux alsaLib
|
||||
++ optionals isDarwin [ Cocoa ];
|
||||
++ optional isDarwin Cocoa;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue