mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add emacs-cl-generic.
* gnu/packages/emacs.scm (emacs-cl-generic): New public variable.
This commit is contained in:
parent
086bfb37af
commit
5b6d674760
1 changed files with 21 additions and 0 deletions
|
@ -7665,3 +7665,24 @@ (define-public emacs-pg
|
|||
(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
|
||||
@code{cl-generic} package introduced in Emacs-25, for use on previous
|
||||
@code{emacsen}.")
|
||||
(license license:gpl3+)))
|
||||
|
|
Loading…
Reference in a new issue