mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-notmuch: Disable tests.
* gnu/packages/mail.scm (emacs-notmuch)[arguments]{tests?}: Disable them. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
ecc8264786
commit
c699d05eb5
1 changed files with 1 additions and 0 deletions
|
@ -1583,6 +1583,7 @@ ing, and tagging large collections of email messages.")
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:lisp-directory "emacs"
|
#:lisp-directory "emacs"
|
||||||
|
#:tests? #f ; Tests are run in the parent package.
|
||||||
#:exclude #~(cons* "make-deps.el" "rstdoc.el" %default-exclude)
|
#:exclude #~(cons* "make-deps.el" "rstdoc.el" %default-exclude)
|
||||||
#:include #~(cons* "notmuch-logo.svg" %default-include)
|
#:include #~(cons* "notmuch-logo.svg" %default-include)
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue