libxml2 : Have exec_prefix match the location of bin/xml2-config.
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user