mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-scheme-complete: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-scheme-complete)[arguments]: Add #:test-command.
This commit is contained in:
parent
474e57dc0e
commit
1c80016a6b
1 changed files with 1 additions and 0 deletions
|
@ -11790,6 +11790,7 @@ troubleshooting mainframes.")
|
|||
(sha256
|
||||
(base32 "1smxr5bkzbfrjx21vhrj1wagmqx5yd92i997dbgs16iaqbzzr7cz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(home-page "https://github.com/ashinn/scheme-complete")
|
||||
(synopsis "Smart tab completion for Scheme in Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue