GNU bug report logs -
#78095
[PATCH emacs-team 00/28] More emacs-team updates.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 27 Apr 2025 14:51:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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.
---
gnu/packages/emacs-xyz.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 20aef48183..99e4d65023 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13056,6 +13056,10 @@ (define-public emacs-org-trello
(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
--
2.49.0
This bug report was last modified 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.