mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sly-quicklisp: Remove the enable-autoloads-compilation phase.
* gnu/packages/emacs-xyz.scm (emacs-sly-quicklisp)[phases] {enable-autoloads-compilation}: Remove.
This commit is contained in:
parent
70d86540ed
commit
cc09ad9115
1 changed files with 2 additions and 1 deletions
|
@ -7474,7 +7474,8 @@ xref, etc...) are still available, but with better integration.")
|
||||||
#:phases
|
#:phases
|
||||||
;; The package provides autoloads.
|
;; The package provides autoloads.
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'make-autoloads))))
|
(delete 'make-autoloads)
|
||||||
|
(delete 'enable-autoloads-compilation))))
|
||||||
(synopsis "Quicklisp support for SLY")
|
(synopsis "Quicklisp support for SLY")
|
||||||
(description
|
(description
|
||||||
"@command{sly-quicklisp} is an external contrib for SLY that provides a
|
"@command{sly-quicklisp} is an external contrib for SLY that provides a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue