[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: emacs-sly-named-readtables: Disable byte compilation of its
From: |
guix-commits |
Subject: |
07/07: gnu: emacs-sly-named-readtables: Disable byte compilation of its autoload file. |
Date: |
Thu, 27 Feb 2020 17:01:46 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 10a6b859695d88d799c3e448ddad954910156f6f
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Thu Feb 27 16:07:06 2020 -0500
gnu: emacs-sly-named-readtables: Disable byte compilation of its autoload
file.
*gnu/packages/emacs-xyz.scm (emacs-sly-named-readtables)[phases]
{enable-autoloads-compilation}: Delete.
---
gnu/packages/emacs-xyz.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 59d6cfe..a9b36dd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7532,7 +7532,10 @@ additional support for working with ASDF projects.")
(propagated-inputs
`(("emacs-sly" ,emacs-sly)))
(arguments
- '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
+ '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
+ #:phases (modify-phases %standard-phases
+ ;; Byte compilation of the autoload file fails.
+ (delete 'enable-autoloads-compilation))))
(synopsis "Named-readtables support for SLY")
(description
"@command{sly-named-readtables} is an external contrib for SLY that
- branch master updated (5792355 -> 10a6b85), 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
- 03/07: gnu: emacs: Fix comment., guix-commits, 2020/02/27
- 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 <=
- 04/07: gnu: emacs-cl-generic: Disable byte compilation of its autoload file., guix-commits, 2020/02/27
- 05/07: gnu: emacs-sly-macrostep: Remove the enable-autoloads-compilation phase., guix-commits, 2020/02/27