haskellPackages.nano-cryptr: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-10-03 17:13:29 +02:00
parent 3f4de6d4ca
commit 2d19e7cf6b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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