libxcrypt: build using perl without libcrypt support

This commit is contained in:
Martin Weinelt 2022-07-20 02:01:43 +02:00
parent a369108233
commit e36bd3c473
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -20709,7 +20709,9 @@ with pkgs;
libx86 = callPackage ../development/libraries/libx86 {};
libxcrypt = callPackage ../development/libraries/libxcrypt { };
libxcrypt = callPackage ../development/libraries/libxcrypt {
perl = perl.override { enableCrypt = false; };
};
libxdg_basedir = callPackage ../development/libraries/libxdg-basedir { };