mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-moody: Enable minimal tests.
* gnu/packages/emacs-xyz.scm (emacs-moody): Enable minimal tests. [arguments]<test-command>: Set it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
0fe3dd7ac1
commit
8971879896
1 changed files with 2 additions and 0 deletions
|
@ -2535,6 +2535,8 @@ displayed at the bottom or at the top.")
|
|||
(sha256
|
||||
(base32 "1byphhdp41cn2qs91la6fvgzrwgbyx4yaajknvwz8qxzgl2c4aq2"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command #~(list "make" "check-declare")))
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
(home-page "https://github.com/tarsius/moody")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue