mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +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")))))))
|
(string-append #$output "/share/info")))))))
|
||||||
(inputs (list the-silver-searcher)) ; 'ag' executable
|
(inputs (list the-silver-searcher)) ; 'ag' executable
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-sphinx texinfo))
|
(list emacs-ert-runner emacs-undercover python-sphinx texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-s))
|
(list emacs-dash emacs-s))
|
||||||
(home-page "https://github.com/Wilfred/ag.el")
|
(home-page "https://github.com/Wilfred/ag.el")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue