1
0
Fork 1
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:
Jude Taylor 2015-10-30 11:40:26 -07:00
parent aa12640cb9
commit 9b4ba3c5da

View file

@ -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;