poppler_0_18: fix buildNativeInputs
This commit is contained in:
parent
be380d04f1
commit
b7ca8c801b
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
++ stdenv.lib.optionals gtkSupport [ glib /*gtk3*/ ]
|
||||
++ stdenv.lib.optional qt4Support qt4;
|
||||
|
||||
buildNativeInputs = [ pkgconfig cmake ];
|
||||
nativeBuildInputs = [ pkgconfig cmake ];
|
||||
|
||||
cmakeFlags = "-DENABLE_XPDF_HEADERS=ON -DENABLE_LIBCURL=ON -DENABLE_ZLIB=ON";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user