libxslt: make python3 an input

This commit is contained in:
Ivan Babrou
2021-02-01 08:47:36 +01:00
committed by Frederik Rietdijk
parent 86de9261f8
commit b2ce768e60
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -3716,7 +3716,7 @@ in {
libxslt = (toPythonModule (pkgs.libxslt.override {
pythonSupport = true;
inherit python;
python3 = python;
inherit (self) libxml2;
})).py;