libxslt: use python3 on darwin

See #63174 where the condition was first introduced.

authored by Ivan Babrou and committed by Frederik Rietdijk 86de9261 78b15a05

+1 -1
+1 -1
pkgs/top-level/all-packages.nix
··· 15566 15566 libxmp = callPackage ../development/libraries/libxmp { }; 15567 15567 15568 15568 libxslt = callPackage ../development/libraries/libxslt { 15569 - python = if stdenv.isDarwin then python2 else python3; 15569 + python = python3; 15570 15570 }; 15571 15571 15572 15572 libxsmm = callPackage ../development/libraries/libxsmm { };