mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: emacs-org-trello: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-org-trello): Skip tests. [arguments]<test-command>: Set it. <tests?>: Skip tests. [native-inputs]: Add emacs-ert-runner, emacs-undercover. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
075ebda0b7
commit
a57bbf18e0
1 changed files with 4 additions and 0 deletions
|
@ -13325,6 +13325,10 @@ overview of tasks in a subtree.")
|
|||
(base32
|
||||
"18y5zdjc7zh4jlwz6k1nl13i721rknqm0vp4mxfnmq0sc5a0qva0"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; Old incompatible version of dash is used.
|
||||
#:test-command #~(list "ert-runner")))
|
||||
(native-inputs (list emacs-ert-runner emacs-undercover))
|
||||
(propagated-inputs
|
||||
(list emacs-dash
|
||||
emacs-deferred
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue