~ruther/guix-local

568517b1f387ca55b2fd5ceb2cf9f03f54a95f8c — Cayetano Santos 5 months ago e6fbb23
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>
1 files changed, 11 insertions(+), 10 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +11 -10
@@ 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