From 1f28d8b6cc05377a531151486a3f4b06f3033919 Mon Sep 17 00:00:00 2001 From: Olli Helenius Date: Sun, 27 Aug 2023 11:31:53 +0300 Subject: [PATCH] =?UTF-8?q?notmuch:=20don=E2=80=99t=20check=20with=20emacs?= =?UTF-8?q?=20when=20withEmacs=3Dfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/applications/networking/mailreaders/notmuch/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/mailreaders/notmuch/default.nix b/pkgs/applications/networking/mailreaders/notmuch/default.nix index 743f8eaa9f20..643f2066678d 100644 --- a/pkgs/applications/networking/mailreaders/notmuch/default.nix +++ b/pkgs/applications/networking/mailreaders/notmuch/default.nix @@ -102,10 +102,11 @@ stdenv.mkDerivation rec { checkTarget = "test"; nativeCheckInputs = [ which dtach openssl bash - gdb man emacs + gdb man ] # for the test T-850.sh for notmuch-git, which is skipped when notmuch is # built without sexp-support + ++ lib.optional withEmacs emacs ++ lib.optional withSfsexp git; installTargets = [ "install" "install-man" "install-info" ];