mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-avy: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-avy): Enable tests.
This commit is contained in:
parent
aae65db560
commit
36d19f0bb2
1 changed files with 3 additions and 0 deletions
|
@ -5180,6 +5180,9 @@ (define-public emacs-avy
|
|||
(sha256
|
||||
(base32 "09qdni1s74i5pv8741szl5g4ynj8fxn0x65qmwa9rmfkbimnc0fs"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
#:test-command '("make" "test")))
|
||||
(home-page "https://github.com/abo-abo/avy")
|
||||
(synopsis "Tree-based completion for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue