guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: Add emacs-seq.


From: Alex Kost
Subject: 05/05: gnu: Add emacs-seq.
Date: Mon, 30 May 2016 10:12:50 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 62a45cb647b9a54005557b6d503c4df58487e887
Author: humanitiesNerd <address@hidden>
Date:   Sun May 29 13:44:00 2016 +0200

    gnu: Add emacs-seq.
    
    * gnu/packages/emacs.scm (emacs-seq): New variable.
    
    Signed-off-by: Alex Kost <address@hidden>
---
 gnu/packages/emacs.scm |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a49afcf..8e66e49 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1769,3 +1769,23 @@ be removed from the front.  This type of data structure 
is sometimes called an
      "This Emacs package adds spinners and progress-bars to the mode-line for
 ongoing operations.")
     (license license:gpl3+)))
+
+(define-public emacs-seq
+  (package
+    (name "emacs-seq")
+    (version "2.15")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://elpa.gnu.org/packages/seq-";
+                                  version ".tar"))
+              (sha256
+               (base32
+                "09wi1765bmn7i8fg6ajjfaxgs4ipc42d58zx2fdqpidrdg9c7q73"))))
+    (build-system emacs-build-system)
+    (home-page "http://elpa.gnu.org/packages/seq.html";)
+    (synopsis "Sequence manipulation functions for Emacs")
+    (description
+     "This Emacs library provides sequence-manipulation functions that
+complement basic functions provided by @code{subr.el}.  All provided functions
+work on lists, strings and vectors.")
+    (license license:gpl3+)))



reply via email to

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