mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sly-macrostep: Remove the enable-autoloads-compilation phase.
* gnu/packages/emacs-xyz.scm (emacs-sly-macrostep)[phases] {enable-autoloads-compilation}: Remove.
This commit is contained in:
parent
67dc3cdf9b
commit
70d86540ed
1 changed files with 2 additions and 1 deletions
|
@ -7565,7 +7565,8 @@ file.")
|
|||
#:phases
|
||||
;; The package provides autoloads.
|
||||
(modify-phases %standard-phases
|
||||
(delete 'make-autoloads))))
|
||||
(delete 'make-autoloads)
|
||||
(delete 'enable-autoloads-compilation))))
|
||||
(synopsis "Expand Common Lisp macros inside source files with SLY")
|
||||
(description
|
||||
"@command{sly-macrostep} is a SLY contrib for expanding CL macros right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue