mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: emacs-ag: Add missing test inputs.
* gnu/packages/admin.scm (emacs-ag)[native-inputs]: Add ‘emacs-ert-runner’ and ‘emacs-undercover’.
This commit is contained in:
parent
37a314f809
commit
7d2edf663a
1 changed files with 1 additions and 1 deletions
|
@ -5262,7 +5262,7 @@ links.")
|
|||
(string-append #$output "/share/info")))))))
|
||||
(inputs (list the-silver-searcher)) ; 'ag' executable
|
||||
(native-inputs
|
||||
(list python-sphinx texinfo))
|
||||
(list emacs-ert-runner emacs-undercover python-sphinx texinfo))
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-s))
|
||||
(home-page "https://github.com/Wilfred/ag.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue