mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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:
parent
e6fbb23c3c
commit
568517b1f3
1 changed files with 11 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue