mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: emacs-vhdl-ts-mode: Improve style.
* gnu/packages/emacs-xyz.scm (emacs-vhdl-ts-mode)[arguments]: Use G-Expressions. Change-Id: I6efeffc8f19ae64494e7ada93b7989c9db6931c2 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
568517b1f3
commit
eb15a52a4c
1 changed files with 3 additions and 3 deletions
|
|
@ -10033,9 +10033,9 @@ with Emacs.")
|
|||
(base32 "0x11sjiy3j43am0clwxsbx7b38pfsl74qgypkc3czs7dh1c5xyrx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
;; the testing framework, test-hdl, requires network
|
||||
`(#:tests? #f
|
||||
#:test-command '("make")))
|
||||
(list
|
||||
#:tests? #f ;the testing framework, test-hdl, requires network
|
||||
#:test-command #~(list "make")))
|
||||
(propagated-inputs (list tree-sitter-vhdl))
|
||||
(home-page "https://github.com/gmlarumbe/vhdl-ts-mode/")
|
||||
(synopsis "VHDL Tree-sitter mode")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue