all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71842] [PATCH] gnu: Add emacs-meyvn
@ 2024-06-29 20:23 Daniel Szmulewicz
  2024-06-30 17:46 ` bug#71842: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Szmulewicz @ 2024-06-29 20:23 UTC (permalink / raw)
  To: 71842
  Cc: Daniel Szmulewicz, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

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

Change-Id: I4e97ce9745ad999b0db74644a82828e450135725
---
 gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 903c22bbcb..2fa6d198f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -142,6 +142,8 @@
 ;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
 ;;; Copyright © 2024 Noé Lopez <noelopez@free.fr>
 ;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
+;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz@gmail.com>
+
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1860,6 +1862,33 @@ (define-public emacs-mct
     (license (list license:gpl3+
                    license:fdl1.3+)))) ; GFDLv1.3+ for the manual
 
+(define-public emacs-meyvn
+  (package
+    (name "emacs-meyvn")
+    (version "1.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/danielsz/meyvn-el")
+             (commit "f2b809da1d1bf66f1a215a0e5c64f95d10118b76")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1flxvaj8j5kg4r0cvns8z1xixgvsavq1i27z28j97m8dmndihihf"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-cider
+                             emacs-dash
+                             emacs-geiser
+                             emacs-parseclj
+                             emacs-parseedn
+                             emacs-projectile
+                             emacs-s))
+    (home-page "https://github.com/danielsz/meyvn-el")
+    (synopsis "Emacs client for the Meyvn build tool")
+    (description
+     "This package provides an Emacs client for the @url{https://meyvn.org, Meyvn} build tool.")
+    (license license:gpl3+)))
+
 (define-public emacs-fzf
   (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
         (revision "0"))

base-commit: 385fb14f6482a955fbef4d4b21fccb3473beddd8
-- 
2.45.1





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

* bug#71842: [PATCH] gnu: Add emacs-meyvn
  2024-06-29 20:23 [bug#71842] [PATCH] gnu: Add emacs-meyvn Daniel Szmulewicz
@ 2024-06-30 17:46 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-06-30 17:46 UTC (permalink / raw)
  To: Daniel Szmulewicz
  Cc: Katherine Cox-Buday, Andrew Tropin, Liliana Marie Prikler,
	71842-done

Hello,

Daniel Szmulewicz <daniel.szmulewicz@gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-meyvn): New variable.

I let-bound the commit and fixed the hash, and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-06-30 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 20:23 [bug#71842] [PATCH] gnu: Add emacs-meyvn Daniel Szmulewicz
2024-06-30 17:46 ` bug#71842: " Nicolas Goaziou via Guix-patches via

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.