libxslt: use python3 on darwin
See #63174 where the condition was first introduced.
This commit is contained in:
parent
78b15a05d9
commit
86de9261f8
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user