lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mailutils: fix build with libxcrypt

authored by

Franz Pletz and committed by
Martin Weinelt
da15c9c2 47945f27

+2
+2
pkgs/tools/networking/mailutils/default.nix
··· 22 22 , python3 23 23 , sasl 24 24 , system-sendmail 25 + , libxcrypt 25 26 }: 26 27 27 28 stdenv.mkDerivation rec { ··· 63 64 python3 64 65 readline 65 66 sasl 67 + libxcrypt 66 68 ] ++ lib.optionals stdenv.isLinux [ nettools ]; 67 69 68 70 patches = [