mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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 New Issue
Block a user