GNU bug report logs - #40618
[PATCH] gnu: Add emacs-mmt.

Previous Next

Package: guix;

Reported by: Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>

Date: Tue, 14 Apr 2020 04:20:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40618 in the body.
You can then email your comments to 40618 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#40618; Package guix. (Tue, 14 Apr 2020 04:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 14 Apr 2020 04:20:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>
To: bug-guix <at> gnu.org
Subject: [PATCH] gnu: Add emacs-mmt.
Date: Mon, 13 Apr 2020 22:16:51 -0500
* gnu/packages/emacs-xyz.scm (emacs-mmt): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bd1ce3a298..a974d885e3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2122,6 +2122,28 @@ window).")
 single buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-mmt
+  (package
+    (name "emacs-mmt")
+    (version "0.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/mrkkrp/mmt.git")
+             (commit "f7db836a10720ee50217012e7e2597ebcf624f90")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "13vbfc5597v0gd87qyhn10f93nb477vjpg3jlpphbax9fvkf4gav"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/mrkkrp/mmt")
+    (synopsis "Classic tools to write Emacs Lisp macros")
+    (description "@code{emacs-mmt} is a package that
+contains classic tools for Emacs Lisp developers who want
+to write macros with convenience.")
+    (license license:gpl3)))
+
 (define-public emacs-tablist
   (package
     (name "emacs-tablist")
-- 
2.26.0





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 14 Apr 2020 09:18:02 GMT) Full text and rfc822 format available.

Notification sent to Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>:
bug acknowledged by developer. (Tue, 14 Apr 2020 09:18:02 GMT) Full text and rfc822 format available.

Message #10 received at 40618-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx>
Cc: 40618-done <at> debbugs.gnu.org
Subject: Re: bug#40618: [PATCH] gnu: Add emacs-mmt.
Date: Tue, 14 Apr 2020 11:17:07 +0200
Hello,

Alberto Eleuterio Flores Guerrero <barbanegra+guix <at> posteo.mx> writes:

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

Thank you. I applied it with the changes explained before: use version
tag instead of commit string, fix license.

Regards,

-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 12 May 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 90 days ago.

Previous Next


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