mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:08:16 +00:00
libxcrypt: build using perl without libcrypt support
This commit is contained in:
parent
a369108233
commit
e36bd3c473
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user