From 46d7a1ac7f473895d145a9b2f76a250cd14ae18a Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 25 Jul 2006 00:52:21 +0000 Subject: [PATCH] actually link to zlib svn path=/nixpkgs/trunk/; revision=5931 --- pkgs/development/libraries/libxml2/builder.sh | 2 +- pkgs/development/libraries/libxml2/libxml2-2.6.23.nix | 2 +- pkgs/development/libraries/libxml2/libxml2-2.6.26.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/libxml2/builder.sh b/pkgs/development/libraries/libxml2/builder.sh index fdd5dac99f0c..24ad62eeb81a 100755 --- a/pkgs/development/libraries/libxml2/builder.sh +++ b/pkgs/development/libraries/libxml2/builder.sh @@ -1,6 +1,6 @@ source $stdenv/setup -configureFlags="" +configureFlags="--with-zlib=$zlib" if test "$pythonSupport"; then configureFlags="--with-python=$python $configureFlags" fi diff --git a/pkgs/development/libraries/libxml2/libxml2-2.6.23.nix b/pkgs/development/libraries/libxml2/libxml2-2.6.23.nix index e72ecd52cdb2..79026efd7bbf 100644 --- a/pkgs/development/libraries/libxml2/libxml2-2.6.23.nix +++ b/pkgs/development/libraries/libxml2/libxml2-2.6.23.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation { }; python = if pythonSupport then python else null; - inherit pythonSupport; + inherit pythonSupport zlib; buildInputs = if pythonSupport then [python] else []; propagatedBuildInputs = [zlib]; diff --git a/pkgs/development/libraries/libxml2/libxml2-2.6.26.nix b/pkgs/development/libraries/libxml2/libxml2-2.6.26.nix index ca3067f07654..2bd6747bc66e 100644 --- a/pkgs/development/libraries/libxml2/libxml2-2.6.26.nix +++ b/pkgs/development/libraries/libxml2/libxml2-2.6.26.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation { }; python = if pythonSupport then python else null; - inherit pythonSupport; + inherit pythonSupport zlib; buildInputs = if pythonSupport then [python] else []; propagatedBuildInputs = [zlib];