mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Fix libxml2Python build
hydra.nixos.org/build/3106762
This commit is contained in:
parent
bf1b2e9c2e
commit
3ffc960b18
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user