mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-robe: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-robe)[arguments]: Add #:test-command.
This commit is contained in:
parent
803cf2a846
commit
f0b447de99
1 changed files with 2 additions and 1 deletions
|
@ -9399,7 +9399,8 @@ mode-line.")
|
|||
(base32 "14apmvbs89si3v5hsiz11dckp8fdfidm14lc090lswq7mgk7h79s"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:include (cons "^lib\\/" %default-include)))
|
||||
'(#:include (cons "^lib\\/" %default-include)
|
||||
#:test-command (list "make" "ert")))
|
||||
(propagated-inputs
|
||||
(list emacs-inf-ruby))
|
||||
(home-page "https://github.com/dgutov/robe")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue