notmuch: needs emacs to run tests

emacs does not add anything to resulting closure size
This commit is contained in:
Rok Garbas 2016-11-20 18:32:42 +01:00
parent b3608c378c
commit 2109a5acb9

View File

@ -14043,12 +14043,7 @@ in
qtbase = qt55;
};
notmuch = callPackage ../applications/networking/mailreaders/notmuch {
# No need to build Emacs - notmuch.el works just fine without
# byte-compilation. Use emacsPackages.notmuch if you want to
# byte-compiled files
emacs = null;
};
notmuch = callPackage ../applications/networking/mailreaders/notmuch { };
notmuch-mutt = callPackage ../applications/networking/mailreaders/notmuch/mutt.nix { };