libxml2: supportPython -> pythonSupport

since that is more commonly used in Nixpkgs.
This commit is contained in:
Frederik Rietdijk
2016-11-08 17:10:05 +01:00
parent d2111660c5
commit 6b70ac81bb
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ with pkgs; rec {
libxml2 = (pkgs.libxml2.override {
stdenv = emscriptenStdenv;
supportPython = false;
pythonSupport = false;
}).overrideDerivation
(old: {
buildInputs = old.buildInputs ++ [ autoreconfHook pkgconfig zlib nodejs ];