all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68386] [PATCH] gnu: Add emacs-vhdl-mode.
@ 2024-01-11 14:51 Cayetano Santos via Guix-patches via
  2024-01-11 14:56 ` [bug#68386] [PATCH v1] " Cayetano Santos via Guix-patches via
  2024-01-17 16:10 ` [bug#68386] [PATCH v2] " Cayetano Santos via Guix-patches via
  0 siblings, 2 replies; 11+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-01-11 14:51 UTC (permalink / raw)
  To: 68386; +Cc: Cayetano Santos

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

Signed-off-by: Cayetano Santos <csantosb@inventati.org>
---
 gnu/packages/emacs-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d99fb30ff..6684b4496a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7999,6 +7999,24 @@ (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://www.emacswiki.org/emacs/EmacsWget")
+    (synopsis "Major mode for VHDL")
+    (description
+     "This Emacs package provides a mode for the VHDL programming language.")
+    (license license:gpl3+)))
+
 (define-public emacs-mode-line-bell
   (package
     (name "emacs-mode-line-bell")

base-commit: 3dd8bf94a9d1a2eddb6eda9da7d4a3d422b9dfe9
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-19 22:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-11 14:51 [bug#68386] [PATCH] gnu: Add emacs-vhdl-mode Cayetano Santos via Guix-patches via
2024-01-11 14:56 ` [bug#68386] [PATCH v1] " Cayetano Santos via Guix-patches via
2024-01-15  2:46   ` Maxim Cournoyer
2024-01-15  7:30     ` Cayetano Santos via Guix-patches via
2024-01-17 14:08       ` Maxim Cournoyer
2024-01-17 16:11         ` Cayetano Santos via Guix-patches via
2024-01-17 19:39           ` Maxim Cournoyer
2024-01-17 16:10 ` [bug#68386] [PATCH v2] " Cayetano Santos via Guix-patches via
2024-01-19  3:47   ` bug#68386: " Maxim Cournoyer
2024-01-19  7:28     ` [bug#68386] " Cayetano Santos via Guix-patches via
2024-01-19 21:58       ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.