mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:38:32 +00:00
mailutils: fix build with libxcrypt
This commit is contained in:
parent
47945f27bf
commit
da15c9c274
@ -22,6 +22,7 @@
|
||||
, python3
|
||||
, sasl
|
||||
, system-sendmail
|
||||
, libxcrypt
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -63,6 +64,7 @@ stdenv.mkDerivation rec {
|
||||
python3
|
||||
readline
|
||||
sasl
|
||||
libxcrypt
|
||||
] ++ lib.optionals stdenv.isLinux [ nettools ];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user