[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30884] [PATCH 2/6] gnu: Add emacs-cl-generic.
From: |
Oleg Pykhalov |
Subject: |
[bug#30884] [PATCH 2/6] gnu: Add emacs-cl-generic. |
Date: |
Tue, 20 Mar 2018 19:33:06 +0300 |
* gnu/packages/emacs.scm (emacs-cl-generic): New public variable.
---
gnu/packages/emacs.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 77796b03f..0553d683d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7434,3 +7434,23 @@ Lisp type. This is a low level API, and won't be useful
to end users. Should
work with GNU Emacs 19.34 and up, and XEmacs 20 and up. Performance is very
poor when not byte-compiled.")
(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 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+)))
--
2.16.2