guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add emacs-rail.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-rail.
Date: Tue, 13 Jun 2023 00:28:16 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0433e7f3c2 gnu: Add emacs-rail.
0433e7f3c2 is described below

commit 0433e7f3c200936fbf77f22aa3b433413d17d0fa
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Jun 13 08:22:29 2023 +0400

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 24a4ae169e..f46af73aec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15518,6 +15518,27 @@ can selectively commit files, view the diffs, and 
other things.")
 distribution, primarily targeting Clojure users")
     (license license:gpl3+)))
 
+(define-public emacs-rail
+  (package
+    (name "emacs-rail")
+    (version "0.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Sasanidas/Rail";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1i07zv0z6r46jpg22x99a1izyfp6536xf951ibyr9kis5bql5jz9"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/Sasanidas/Rail";)
+    (synopsis "Generic nREPL client for Emacs")
+    (description
+     "Rail is a nREPL client based on monroe with similar features, but aims
+to be a more complete implementation.")
+    (license license:gpl3+)))
+
 (define-public emacs-orgalist
   (package
     (name "emacs-orgalist")



reply via email to

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