libextractor: fixing the videoSupport = false

I comitted it wrong before.
This commit is contained in:
Lluís Batlle i Rossell 2012-07-11 20:29:44 +02:00
parent b4e0565a86
commit 8fd57ff21e

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
'';
buildInputs =
[ libtool gettext zlib bzip2 flac libvorbis libmpeg2 exiv2 ffmpeg
[ libtool gettext zlib bzip2 flac libvorbis exiv2
libgsf rpm
pkgconfig
] ++ stdenv.lib.optionals gtkSupport [ glib gtk ]