gnu: emacs-vhdl-ext: Improve style.

* gnu/packages/emacs-xyz.scm (emacs-vhdl-ext)[arguments]: Use G-Expressions.

Change-Id: I8cb139a33761bcbe2e8d6d4c531239adf68bfc60
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-10-09 07:48:38 +02:00 committed by Liliana Marie Prikler
parent e6fbb23c3c
commit 568517b1f3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9979,16 +9979,17 @@ snippets for yasnippet.")
(base32 "0agiamq7g8zm3blznykbr1kgr09rb133rd4mh9nfc0vfk8i5mabv"))))
(build-system emacs-build-system)
(arguments
;; the testing framework test-hdl requires network
`(#:tests? #f
#:test-command '("make")))
(propagated-inputs (list emacs-ag
emacs-async
emacs-flycheck
emacs-hydra
emacs-lsp-mode
emacs-ripgrep
emacs-vhdl-ts-mode))
(list
#:tests? #f ;the testing framework, test-hdl, requires network
#:test-command #~(list "make")))
(propagated-inputs
(list emacs-ag
emacs-async
emacs-flycheck
emacs-hydra
emacs-lsp-mode
emacs-ripgrep
emacs-vhdl-ts-mode))
(home-page "https://github.com/gmlarumbe/vhdl-ext/")
(synopsis "Extensions to Emacs @code{vhdl-mode}")
(description "This package provides additional features and utilities for