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:
Cayetano Santos 2025-10-09 07:47:17 +02:00 committed by Liliana Marie Prikler
parent 568517b1f3
commit eb15a52a4c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")