mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-yaml-mode: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-yaml-mode)[arguments]: Add #:test-command.
This commit is contained in:
parent
b3a91a4d8f
commit
653a54da4c
1 changed files with 1 additions and 0 deletions
|
@ -17704,6 +17704,7 @@ parsing utility.")
|
|||
(sha256
|
||||
(base32 "0jqg2hmh7qsgqywwd6fy3k8z8j45nqhpdzr3hw4hd5s2hry3zhg1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:test-command #~(list "make" "test")))
|
||||
(home-page "https://github.com/yoshiki/yaml-mode")
|
||||
(synopsis "Major mode for editing YAML files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue