1
Fork 0
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:
Nicolas Graves 2025-04-27 16:53:02 +02:00 committed by Liliana Marie Prikler
parent 075ebda0b7
commit a57bbf18e0
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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