mailutils: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-29 17:21:28 +02:00 committed by Martin Weinelt
parent 47945f27bf
commit da15c9c274
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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