GNU bug report logs - #71842
[PATCH] gnu: Add emacs-meyvn

Previous Next

Package: guix-patches;

Reported by: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>

Date: Sat, 29 Jun 2024 22:33:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71842: closed ([PATCH] gnu: Add emacs-meyvn)
Date: Sun, 30 Jun 2024 17:47:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 30 Jun 2024 19:46:01 +0200
with message-id <87a5j28gti.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#71842] [PATCH] gnu: Add emacs-meyvn
has caused the debbugs.gnu.org bug report #71842,
regarding [PATCH] gnu: Add emacs-meyvn
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71842: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71842
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-meyvn
Date: Sat, 29 Jun 2024 23:23:34 +0300
* 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 <at> wmeyer.eu>
 ;;; Copyright © 2024 Noé Lopez <noelopez <at> free.fr>
 ;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz <at> 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 71842-done <at> debbugs.gnu.org
Subject: Re: [bug#71842] [PATCH] gnu: Add emacs-meyvn
Date: Sun, 30 Jun 2024 19:46:01 +0200
Hello,

Daniel Szmulewicz <daniel.szmulewicz <at> 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




This bug report was last modified 324 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.