libxslt: use python3 on darwin

See #63174 where the condition was first introduced.
This commit is contained in:
Ivan Babrou 2021-01-29 14:02:35 -08:00 committed by Frederik Rietdijk
parent 78b15a05d9
commit 86de9261f8

View File

@ -15566,7 +15566,7 @@ in
libxmp = callPackage ../development/libraries/libxmp { }; libxmp = callPackage ../development/libraries/libxmp { };
libxslt = callPackage ../development/libraries/libxslt { libxslt = callPackage ../development/libraries/libxslt {
python = if stdenv.isDarwin then python2 else python3; python = python3;
}; };
libxsmm = callPackage ../development/libraries/libxsmm { }; libxsmm = callPackage ../development/libraries/libxsmm { };