diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 0d7be58322c..eb8e94389f3 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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) {