forked from mirrors/nixpkgs
libextractor: Fixing about videoSupport builtInputs.
I don't know how could I commit the weird lines I fix.
This commit is contained in:
parent
305eb0a30f
commit
d23b81b6ee
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
libgsf rpm
|
||||
pkgconfig
|
||||
] ++ stdenv.lib.optionals gtkSupport [ glib gtk ]
|
||||
++ stdenv.lib.optionals videoSupport [ ffmpeg gtkSupport ];
|
||||
++ stdenv.lib.optionals videoSupport [ ffmpeg libmpeg2 ];
|
||||
|
||||
configureFlags = "--disable-ltdl-install "
|
||||
+ "--with-ltdl-include=${libtool}/include "
|
||||
|
|
Loading…
Reference in a new issue