[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: emacs-sly-macrostep: Remove the enable-autoloads-compilation
From: |
guix-commits |
Subject: |
05/07: gnu: emacs-sly-macrostep: Remove the enable-autoloads-compilation phase. |
Date: |
Thu, 27 Feb 2020 16:47:41 -0500 (EST) |
apteryx pushed a commit to branch byte-compile-autoloads
in repository guix.
commit 070c392b7af00b054ee4fe86548d621fbba8d1bb
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Thu Feb 27 16:00:58 2020 -0500
gnu: emacs-sly-macrostep: Remove the enable-autoloads-compilation phase.
* gnu/packages/emacs-xyz.scm (emacs-sly-macrostep)[phases]
{enable-autoloads-compilation}: Remove.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7235ef6..9bb636f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7567,7 +7567,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
- branch byte-compile-autoloads created (now 8e6dfcf), guix-commits, 2020/02/27
- 01/07: gnu: emacs: Byte compile the site-lisp directory., guix-commits, 2020/02/27
- 02/07: emacs-build-system: Byte compile the autoload files., guix-commits, 2020/02/27
- 04/07: gnu: emacs-cl-generic: Disable byte compilation of its autoload file., guix-commits, 2020/02/27
- 03/07: gnu: emacs: Fix comment., guix-commits, 2020/02/27
- 05/07: gnu: emacs-sly-macrostep: Remove the enable-autoloads-compilation phase.,
guix-commits <=
- 06/07: gnu: emacs-sly-quicklisp: Remove the enable-autoloads-compilation phase., guix-commits, 2020/02/27
- 07/07: gnu: emacs-sly-named-readtables: Disable byte compilation of its autoload file., guix-commits, 2020/02/27