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:
Stefan Frijters
2025-06-23 21:49:59 +02:00
committed by Alyssa Ross
parent 66f7d2de74
commit e2a57232aa
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -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 ]
+1 -3
View File
@@ -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;