haskellPackages.nano-cryptr: fix build with libxcrypt
This commit is contained in:
parent
3f4de6d4ca
commit
2d19e7cf6b
@ -2541,6 +2541,12 @@ self: super: {
|
||||
doCheck = false;
|
||||
}) super.crypt-sha512;
|
||||
|
||||
nano-cryptr = overrideCabal (drv: {
|
||||
librarySystemDepends = [
|
||||
pkgs.libxcrypt
|
||||
];
|
||||
}) super.nano-cryptr;
|
||||
|
||||
Unixutils = overrideCabal (drv: {
|
||||
librarySystemDepends = [
|
||||
pkgs.libxcrypt
|
||||
|
Loading…
Reference in New Issue
Block a user