diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3da5b58900a6..f6e6692f96e4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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