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

This commit is contained in:
Karn Kallio
2016-04-21 13:00:21 +02:00
committed by Peter Simons
parent 9445bb25fc
commit c4ab7e2cd4
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ zlib findXMLCatalogs ];
configureFlags = "--with-python=${python}";
configureFlags = "--with-python=${python} --exec_prefix=$dev";
enableParallelBuilding = true;