guix-commits
[Top][All Lists]
Advanced

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

85/88: gnu: Add emacs-eros.


From: Oleg Pykhalov
Subject: 85/88: gnu: Add emacs-eros.
Date: Wed, 2 May 2018 13:21:20 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit c498ff56d33ce4edec9a6f2a14c96860f9718237
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 19:14:51 2018 +0300

    gnu: Add emacs-eros.
    
    * gnu/packages/emacs.scm (emacs-eros): New public variable.
---
 gnu/packages/emacs.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3f7fcb8..2482a37 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10148,3 +10148,26 @@ It provides syntax highlighting and automatic 
indentation and
 comes with sml-proc which allows interaction with an inferior SML
 interactive loop.")
     (license license:gpl3+)))
+
+(define-public emacs-eros
+  (let ((commit "a42e45c9b2397156c684330b0fc90ee0eba773f5")
+        (revision "1"))
+    (package
+      (name "emacs-eros")
+      (version (string-append "0.0.1" "-" revision "."
+                              (string-take commit 7)))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/xiongtx/eros.git";)
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32
+           "0whlsq90v13fz69k3wjrwcwb9gkpfxqjd75mg3nrp85j9nwhb5i4"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/xiongtx/eros";)
+      (synopsis "Evaluation result overlays")
+      (description "@code{eros} provides evaluation result overlays.")
+      (license license:gpl3+))))



reply via email to

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