GNU bug report logs - #26251
[PATCH] gnu: Add emacs-monroe.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Sat, 25 Mar 2017 08:08:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


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

From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-monroe.
Date: Sat, 25 Mar 2017 02:31:00 +0000
 gnu: Add emacs-monroe.

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 88ae2e534..823393409 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3423,6 +3423,26 @@ go to the second most recent edit, etc.  Negative
argument, @kbd{C-u -}, is
 used for reverse direction.")
     (license license:gpl2+)))

+(define-public emacs-monroe
+  (package
+    (name "emacs-monroe")
+    (version "20170220.540")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "http://melpa.org/packages/monroe-"
+                            version ".el"))
+        (sha256
+          (base32
+            "06p0qdhg4arwij1qpiiiwsd0m1bbl1qwd20ij2bmhryrvrcpswq3"))))
+    (build-system emacs-build-system)
+    (home-page "http://www.github.com/sanel/monroe")
+    (synopsis "Clojure nREPL client for Emacs")
+    (description
+      "Monroe is a nREPL client for Emacs, focused on simplicity and easy
+ distribution, primarily targeting Clojure users")
+    (license license:gpl3+)))
+
 (define-public emacs-writegood-mode
   (package
     (name "emacs-writegood-mode")
-- 
2.12.1





This bug report was last modified 8 years and 52 days ago.

Previous Next


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