libxml2 : Have exec_prefix match the location of bin/xml2-config.

This commit is contained in:
Karn Kallio 2016-04-20 17:58:19 -04:30 committed by Peter Simons
parent 9445bb25fc
commit c4ab7e2cd4

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ zlib findXMLCatalogs ];
configureFlags = "--with-python=${python}";
configureFlags = "--with-python=${python} --exec_prefix=$dev";
enableParallelBuilding = true;