parent
f81a86d4b9
commit
a1300037d2
@ -20,14 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# configure script looks for d-bus but it is only needed for tests
|
# configure script looks for d-bus but it is only needed for tests
|
||||||
buildInputs = [ pcre ]
|
buildInputs = [ libiconvOrNull ];
|
||||||
++ (if libiconvOrNull != null
|
|
||||||
then [ libiconvOrNull ]
|
|
||||||
else []);
|
|
||||||
|
|
||||||
buildNativeInputs = [ perl pkgconfig gettext python ];
|
buildNativeInputs = [ perl pkgconfig gettext python ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ zlib libffi ];
|
propagatedBuildInputs = [ pcre zlib libffi ];
|
||||||
|
|
||||||
configureFlags = "--with-pcre=system --disable-fam";
|
configureFlags = "--with-pcre=system --disable-fam";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user