mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-hierarchy: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-hierarchy): Enable tests.
This commit is contained in:
parent
6f91eabb79
commit
f0bbf894a1
1 changed files with 5 additions and 0 deletions
|
@ -12534,6 +12534,11 @@ orient yourself in the code, and tell which statements are at a given level.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
|
(base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
|
||||||
(build-system emacs-build-system)
|
(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")
|
(home-page "https://github.com/DamienCassou/hierarchy")
|
||||||
(synopsis "Library to create and display hierarchy structures")
|
(synopsis "Library to create and display hierarchy structures")
|
||||||
(description "This package provides an Emacs library to create, query,
|
(description "This package provides an Emacs library to create, query,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue