mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm-gtags: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-helm-gtags)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
60763e92c2
commit
d0c46fc4f5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue