guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit a362ff55e12edb314bc6a85ca07b2b2e4554a393
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 16 18:51:15 2025 +0100
gnu: emacs-org-roam: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-org-roam)[arguments]: Add
#:test-command.
[native-inputs]: Add emacs-ert-runner.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6e52e7a6e4..11a56c0c3a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40871,6 +40871,7 @@ go directly to where they belong.")
(build-system emacs-build-system)
(arguments
(list
+ #:test-command #~(list "ert-runner" "tests")
#:phases
#~(modify-phases %standard-phases
;; Move the extensions source files to the top level, which
@@ -40898,7 +40899,7 @@ go directly to where they belong.")
(inputs
(list graphviz))
(native-inputs
- (list texinfo))
+ (list emacs-ert-runner texinfo))
(propagated-inputs
(list emacs-dash
emacs-emacsql