gnu: Add emacs-vhdl-mode.

* gnu/packages/emacs-xyz.scm (emacs-vhdl-mode): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I7e261fc25ae011c20f22e1078ae40bacff3a6947
This commit is contained in:
Cayetano Santos 2024-01-17 17:10:07 +01:00 committed by Maxim Cournoyer
parent 05be458f02
commit 0eadd48648
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -8001,6 +8001,27 @@ (define-public emacs-rspec
snippets for yasnippet.")
(license license:gpl3+))))
(define-public emacs-vhdl-mode
(package
(name "emacs-vhdl-mode")
(version "3.39.3")
(source (origin
(method url-fetch)
(uri (string-append
"https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode-"
version ".tar.gz"))
(sha256
(base32
"1yvh4gyig8hgf5pahajjgsgp4jpzwgmlprwzsfybqxrcfza6f3yq"))))
(build-system emacs-build-system)
(home-page "https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html")
(synopsis "Major mode for VHDL programming language")
(description
"This Emacs package provides a mode for the VHDL programming language.
It tracks the latest version of the same @code{vhdl-mode} package included
with Emacs.")
(license license:gpl3+)))
(define-public emacs-mode-line-bell
(package
(name "emacs-mode-line-bell")