mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-tco-el: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-tco-el): Enable tests.
This commit is contained in:
parent
08a36df874
commit
97d4dab0a6
1 changed files with 7 additions and 2 deletions
|
@ -16919,11 +16919,10 @@ (define-public emacs-eshell-up
|
|||
|
||||
(define-public emacs-tco-el
|
||||
(let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
|
||||
(version "0.3")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-tco-el")
|
||||
(version (git-version version revision commit))
|
||||
(version (git-version "0.3" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16937,6 +16936,12 @@ (define-public emacs-tco-el
|
|||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)))
|
||||
(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/tco.el")
|
||||
(synopsis "Tail-call optimization for Emacs Lisp")
|
||||
(description "This package provides tail-call optimization for Emacs
|
||||
|
|
Loading…
Reference in a new issue