unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40618: [PATCH] gnu: Add emacs-mmt.
@ 2020-04-14  3:16 Alberto Eleuterio Flores Guerrero
  2020-04-14  9:17 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alberto Eleuterio Flores Guerrero @ 2020-04-14  3:16 UTC (permalink / raw)
  To: 40618

* 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

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

* bug#40618: [PATCH] gnu: Add emacs-mmt.
  2020-04-14  3:16 bug#40618: [PATCH] gnu: Add emacs-mmt Alberto Eleuterio Flores Guerrero
@ 2020-04-14  9:17 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-14  9:17 UTC (permalink / raw)
  To: Alberto Eleuterio Flores Guerrero; +Cc: 40618-done

Hello,

Alberto Eleuterio Flores Guerrero <barbanegra+guix@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

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

end of thread, other threads:[~2020-04-14  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  3:16 bug#40618: [PATCH] gnu: Add emacs-mmt Alberto Eleuterio Flores Guerrero
2020-04-14  9:17 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).