mailutils: explicitly use gsasl
This is also explicitly referenced in the relevant configure flag and this means we can move mailutils to pkgs/by-name.
This commit is contained in:
committed by
Alyssa Ross
parent
66f7d2de74
commit
e2a57232aa
@@ -21,7 +21,7 @@
|
||||
readline,
|
||||
ncurses,
|
||||
python3,
|
||||
sasl,
|
||||
gsasl,
|
||||
system-sendmail,
|
||||
libxcrypt,
|
||||
mkpasswd,
|
||||
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
ncurses
|
||||
pam
|
||||
readline
|
||||
sasl
|
||||
gsasl
|
||||
libxcrypt
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [ nettools ]
|
||||
|
||||
@@ -3738,9 +3738,7 @@ with pkgs;
|
||||
libtool = if stdenv.hostPlatform.isDarwin then cctools else libtool;
|
||||
};
|
||||
|
||||
mailutils = callPackage ../tools/networking/mailutils {
|
||||
sasl = gsasl;
|
||||
};
|
||||
mailutils = callPackage ../tools/networking/mailutils { };
|
||||
|
||||
man = man-db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user