guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add emacs-cl-generic.


From: Oleg Pykhalov
Subject: 02/06: gnu: Add emacs-cl-generic.
Date: Mon, 16 Apr 2018 10:06:26 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 5b6d67476056fdadfad2de21b5fc4ff14999c047
Author: Oleg Pykhalov <address@hidden>
Date:   Tue Mar 20 19:06:48 2018 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c455a14..9d212ee 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7665,3 +7665,24 @@ match and total match information in the mode-line in 
various search modes.")
       (description
        "This package provides an Emacs Lisp interface for PostgreSQL.")
       (license license:gpl3+))))
+
+(define-public emacs-cl-generic
+  (package
+    (name "emacs-cl-generic")
+    (version "0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/cl-generic-";
+                           version ".el"))
+       (sha256
+        (base32
+         "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
+    (build-system emacs-build-system)
+    (home-page "https://elpa.gnu.org/packages/seq.html";)
+    (synopsis
+     "Forward @code{cl-generic} compatibility for Emacs before version 25")
+    (description "This package provides a subset of the features of the
address@hidden package introduced in Emacs-25, for use on previous
address@hidden")
+    (license license:gpl3+)))



reply via email to

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