summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2004-08-19 15:28:48 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2004-08-19 15:28:48 +0000
commitd1003bca3baea9bfe1d46efa686d7e17a32112e3 (patch)
tree3ddb3d5e50fd37ec7bff6ae367645d06eaa8e38d /pkgs/system/all-packages-generic.nix
parent51cdaa0338d89651fc57c0f289af4893932cc7f9 (diff)
downloadnixpkgs-d1003bca3baea9bfe1d46efa686d7e17a32112e3.tar
nixpkgs-d1003bca3baea9bfe1d46efa686d7e17a32112e3.tar.gz
nixpkgs-d1003bca3baea9bfe1d46efa686d7e17a32112e3.tar.bz2
nixpkgs-d1003bca3baea9bfe1d46efa686d7e17a32112e3.tar.lz
nixpkgs-d1003bca3baea9bfe1d46efa686d7e17a32112e3.tar.xz
nixpkgs-d1003bca3baea9bfe1d46efa686d7e17a32112e3.tar.zst
nixpkgs-d1003bca3baea9bfe1d46efa686d7e17a32112e3.zip
Added arguments to the libxml2 Nix expression to control the creation of Python bindings. De default libxml2 in all-packages-generic now creates Python bindings for libxml2.
svn path=/nixpkgs/trunk/; revision=1297
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index fb6b1120fd3..6dda81bf028 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -422,7 +422,7 @@ rec {
   };
 
   libxml2 = (import ../development/libraries/libxml2) {
-    inherit fetchurl stdenv zlib;
+    inherit fetchurl stdenv zlib python;
   };
 
   libxslt = (import ../development/libraries/libxslt) {