Commit deaa958b3814

Vincent Demeester <vincent@sbr.pm>
2020-08-18 13:02:07
pkgs: emacs with mailutils…
… and not for the future `nativecomp` Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4c78bf9
Changed files (1)
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 = [