mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-loop: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-loop): Enable tests.
This commit is contained in:
parent
99b63bf820
commit
08a36df874
1 changed files with 6 additions and 0 deletions
|
@ -11993,6 +11993,12 @@ (define-public emacs-loop
|
|||
(sha256
|
||||
(base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("emacs-ert-runner" ,emacs-ert-runner)
|
||||
("emacs-undercover" ,emacs-undercover)))
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("ert-runner")))
|
||||
(home-page "https://github.com/Wilfred/loop.el")
|
||||
(synopsis "Imperative loop structures for Emacs")
|
||||
(description "Loop structures familiar to users of other languages. This
|
||||
|
|
Loading…
Reference in a new issue