mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-mu4e-dashboard: Ignore tests.
* gnu/packages/emacs-xyz.scm (emacs-mu4e-dashboard): Ignore tests. [arguments]<tests?>: Skip them. <test-command>: Set it. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
e108bad3c8
commit
2455c14028
1 changed files with 7 additions and 0 deletions
|
@ -31214,6 +31214,13 @@ in said buffer using sxiv.")
|
|||
(base32
|
||||
"164p56i6lgwgg7ina9h5qb4i31q3fngsy0ndbdva9agylk2sa9vc"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; XXX: tests fail with "emacs: standard input is not a tty"
|
||||
#:tests? #f
|
||||
#:test-command #~(list "emacs" "-Q" "-L" "."
|
||||
"-l" "test/regression-tests.el"
|
||||
"-f" "ert-run-tests-batch")))
|
||||
(native-inputs (list emacs-async))
|
||||
(propagated-inputs (list mu))
|
||||
(home-page "https://github.com/rougier/mu4e-dashboard")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue