all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73143] [PATCH] gnu: emacs-sly-named-readtables: Fix package build.
@ 2024-09-09 13:00 Rostislav Svoboda
       [not found] ` <handler.73143.B.172588691716071.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Svoboda @ 2024-09-09 13:00 UTC (permalink / raw)
  To: 73143
  Cc: Rostislav Svoboda, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs.scm (emacs-sly-named-readtables)[#:phases]: Delete
make-autoloads phase, since the package provides autoloads.

Change-Id: Iec994490da91414386d4b916c9805770b56d74f8
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 92e0275519..c2ca0dc2dd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16669,9 +16669,11 @@ (define-public emacs-sly-named-readtables
        (list emacs-sly))
       (arguments
        '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
-         #:phases (modify-phases %standard-phases
-                    ;; Byte compilation of the autoload file fails.
-                    (delete 'enable-autoloads-compilation))))
+         #:phases
+         ;; The package provides autoloads.
+         (modify-phases %standard-phases
+           (delete 'make-autoloads)
+           (delete 'enable-autoloads-compilation))))
       (synopsis "Named-readtables support for SLY")
       (description
        "@command{sly-named-readtables} is an external contrib for SLY that

base-commit: b82c8ceae14d5d0f4584452f34f5103ffd0e0f8d
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#73143] Acknowledgement ([PATCH] gnu: emacs-sly-named-readtables: Fix package build.)
       [not found] ` <handler.73143.B.172588691716071.ack@debbugs.gnu.org>
@ 2024-09-10 14:10   ` Rostislav Svoboda
  0 siblings, 0 replies; 2+ messages in thread
From: Rostislav Svoboda @ 2024-09-10 14:10 UTC (permalink / raw)
  To: 73143

And it looks like my patch fixes a problem I reported earlier. I.e.
the https://issues.guix.gnu.org/70143 can be closed after applying my
patch.

Cheers
Bost




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-10 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 13:00 [bug#73143] [PATCH] gnu: emacs-sly-named-readtables: Fix package build Rostislav Svoboda
     [not found] ` <handler.73143.B.172588691716071.ack@debbugs.gnu.org>
2024-09-10 14:10   ` [bug#73143] Acknowledgement ([PATCH] gnu: emacs-sly-named-readtables: Fix package build.) Rostislav Svoboda

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.