me
/
guix
Archived
1
0
Fork 0

gnu: emacs-hierarchy: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-hierarchy): Enable tests.
master
Brian Leung 2019-10-20 18:54:07 -07:00
parent 6f91eabb79
commit f0bbf894a1
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 5 additions and 0 deletions

View File

@ -12534,6 +12534,11 @@ orient yourself in the code, and tell which statements are at a given level.")
(sha256
(base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
(build-system emacs-build-system)
(native-inputs
`(("emacs-buttercup" ,emacs-buttercup)))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
(home-page "https://github.com/DamienCassou/hierarchy")
(synopsis "Library to create and display hierarchy structures")
(description "This package provides an Emacs library to create, query,