Unverified Commit f814e24f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #251735 from liff/notmuch-emacs-check

notmuch: don’t check with emacs when withEmacs=false
parents 009cd1ea 1f28d8b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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" ];