guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d0c46fc4f5be6d258e92f59c430f56d80fe8508e
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 13 20:42:59 2025 +0100
gnu: emacs-helm-gtags: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-helm-gtags)[arguments]: Add
#:test-command.
[native-inputs]: Add emacs-ert-runner.
---
gnu/packages/emacs-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4d7549ddef..d425426616 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27157,8 +27157,10 @@ and @code{erc-send-modify-hook} to download and show
images.")
(sha256
(base32 "1kc1jzk10nfd2v20g8dwnb6a944afrwdwnkzl06w4ba8k4yim7gi"))))
(build-system emacs-build-system)
+ (arguments (list #:test-command #~(list "ert-runner" "test")))
(propagated-inputs
(list emacs-helm))
+ (native-inputs (list emacs-ert-runner))
(home-page "https://github.com/syohex/emacs-helm-gtags")
(synopsis "Emacs Helm interface to GNU Global")
(description