mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lispyville: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-lispyville)[arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner.
This commit is contained in:
parent
58d98809f8
commit
9d8be82876
1 changed files with 2 additions and 0 deletions
|
@ -15654,7 +15654,9 @@ S-expression.")
|
|||
(file-name (git-file-name name version))))
|
||||
(propagated-inputs
|
||||
(list emacs-evil emacs-lispy))
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "ert-runner" "tests")))
|
||||
(synopsis "Minor mode for integrating Evil with lispy")
|
||||
(description
|
||||
"LispyVille's main purpose is to provide a Lisp editing environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue