Build xpf with python enabled libxml2
svn path=/nixpkgs/trunk/; revision=3229
This commit is contained in:
parent
fe0981babd
commit
4e5040fa09
@ -78,7 +78,12 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
xpf = (import ../tools/text/xml/xpf) {
|
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) {
|
jing_tools = (import ../tools/text/xml/jing/jing-script.nix) {
|
||||||
|
Loading…
Reference in New Issue
Block a user