From f1939f7d167fd2e302b7d2b9ce1396f8948c6cac Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 22 Oct 2020 20:34:31 -0400 Subject: gnu: emacs-cl-generic: Remove. Fixes . This package existed to provide backward compatibility for old Emacsen (< 25). * gnu/packages/emacs-xyz.scm (emacs-cl-generic): Remove variable. (emacs-finalize)[propagated-inputs]: Remove emacs-cl-generic. Reported-by: Zhu Zihao --- gnu/packages/emacs-xyz.scm | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 818db3e4e5..e2a82f9a38 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14054,31 +14054,6 @@ (define-public emacs-pg "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) - ;; Byte compilation of the autoload file fails. - (arguments - `(#:phases (modify-phases %standard-phases - (delete 'enable-autoloads-compilation)))) - (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+))) - (define-public emacs-finalize (package (name "emacs-finalize") @@ -14093,8 +14068,6 @@ (define-public emacs-finalize (sha256 (base32 "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79")))) (build-system emacs-build-system) - (propagated-inputs - `(("emacs-cl-generic" ,emacs-cl-generic))) (home-page "https://github.com/skeeto/elisp-finalize") (synopsis "Finalizers for Emacs Lisp") (description -- cgit v1.2.3