mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: emacs-cl-generic: Disable byte compilation of its autoload file.
*gnu/packages/emacs-xyz.scm (emacs-cl-generic)[phases] {enable-autoloads-compilation}: Delete.
This commit is contained in:
parent
c6a91adabf
commit
67dc3cdf9b
1 changed files with 4 additions and 0 deletions
|
@ -12064,6 +12064,10 @@ (define-public emacs-cl-generic
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue