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;