libxcrypt: Fix static build by using perl from buildPackages
This commit is contained in:
@@ -20711,7 +20711,7 @@ with pkgs;
|
||||
|
||||
libxcrypt = callPackage ../development/libraries/libxcrypt {
|
||||
fetchurl = stdenv.fetchurlBoot;
|
||||
perl = perl.override {
|
||||
perl = buildPackages.perl.override {
|
||||
enableCrypt = false;
|
||||
fetchurl = stdenv.fetchurlBoot;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user