libxslt: use python3 on darwin

See #63174 where the condition was first introduced.
This commit is contained in:
Ivan Babrou
2021-02-01 08:47:36 +01:00
committed by Frederik Rietdijk
parent 78b15a05d9
commit 86de9261f8
+1 -1
View File
@@ -15566,7 +15566,7 @@ in
libxmp = callPackage ../development/libraries/libxmp { };
libxslt = callPackage ../development/libraries/libxslt {
python = if stdenv.isDarwin then python2 else python3;
python = python3;
};
libxsmm = callPackage ../development/libraries/libxsmm { };