From 2109a5acb9e2d57d7dd8e1b0cd467fc65d9f0a6b Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Sun, 20 Nov 2016 18:32:42 +0100 Subject: [PATCH] notmuch: needs emacs to run tests emacs does not add anything to resulting closure size --- pkgs/top-level/all-packages.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3e4b4de4b9e..8a9820ef1a1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 { };