guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: Add emacs-mmt.


From: guix-commits
Subject: 03/04: gnu: Add emacs-mmt.
Date: Tue, 14 Apr 2020 05:05:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 780ed21da59287f160cd92aa475f34d052264244
Author: Alberto Eleuterio Flores Guerrero <address@hidden>
AuthorDate: Mon Apr 13 22:16:51 2020 -0500

    gnu: Add emacs-mmt.
    
    * gnu/packages/emacs-xyz.scm (emacs-mmt): New variable.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5258522..5b6dff5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2123,6 +2123,26 @@ 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 version)))
+       (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 "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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]