Build xpf with python enabled libxml2

svn path=/nixpkgs/trunk/; revision=3229
This commit is contained in:
Martin Bravenboer 2005-06-20 20:35:07 +00:00
parent fe0981babd
commit 4e5040fa09

View file

@ -78,7 +78,12 @@ rec {
};
xpf = (import ../tools/text/xml/xpf) {
inherit fetchurl stdenv python libxml2;
inherit fetchurl stdenv python;
libxml2 = (import ../development/libraries/libxml2) {
inherit fetchurl stdenv zlib python;
pythonSupport = true;
};
};
jing_tools = (import ../tools/text/xml/jing/jing-script.nix) {