mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-minions: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-minions) [arguments]{test-command}: Set it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
8c94cd962f
commit
758ab52b6e
1 changed files with 3 additions and 0 deletions
|
@ -2471,6 +2471,9 @@ bottom, or top, of the buffer, or to a trash file.")
|
|||
(sha256
|
||||
(base32 "1rinshdxln1wvzf7by8gq9wiqgcqy406k5jl1f86jd17b3wv5bxx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:test-command
|
||||
#~(list "make" "check-declare")))
|
||||
(propagated-inputs
|
||||
(list emacs-compat emacs-dash))
|
||||
(home-page "https://github.com/tarsius/minions")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue