Fix libxml2Python build

hydra.nixos.org/build/3106762
This commit is contained in:
Eelco Dolstra 2012-09-29 12:08:25 -04:00
parent bf1b2e9c2e
commit 3ffc960b18

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optionalString pythonSupport "--with-python=${python}";
buildInputs = stdenv.lib.optional pythonSupport [ python ];
propagatedBuildInputs = [ zlib ];
setupHook = ./setup-hook.sh;