mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-combobulate: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-combobulate)[arguments]: Add #:test-command.
This commit is contained in:
parent
94e256bf7c
commit
22c565b640
1 changed files with 1 additions and 0 deletions
|
@ -11061,6 +11061,7 @@ mode.")
|
|||
(sha256
|
||||
(base32 "063w2sm0c7xhg3ml31xp870azb0sv7z689lnbnjnbl3rfdy4kg50"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "ert-runner" "tests")))
|
||||
(propagated-inputs
|
||||
(list tree-sitter-javascript
|
||||
tree-sitter-python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue