commit deaa958b3814567b9ff4b64b76fe9c6608e4322a
parent 4c78bf9b597cda30da83b76951916708b685dc57
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 18 Aug 2020 13:02:07 +0200
pkgs: emacs with mailutils…
… and not for the future `nativecomp`
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/default.nix b/pkgs/default.nix
@@ -20,6 +20,8 @@ let
configureFlags = old.configureFlags ++ [
"--with-xft"
"--with-gpm=no"
+ # "--with-nativecomp" # emacs 28
+ "--with-mailutils"
];
buildInputs = old.buildInputs ++ [ pkgs.jansson ];
patches = [