* bug#67792: txr: certain string substitution in recipe obsolete.
@ 2023-12-12 5:36 Kaz Kylheku
2023-12-14 9:53 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Kaz Kylheku @ 2023-12-12 5:36 UTC (permalink / raw)
To: 67792
Hi,
In the recipe for txr (in gnu/packages/lisp.scm), this is not
needed any more:
(substitute* "genman.txr"
;; Exit from genman.txr before it tries to write to
;; stdlib/doc-syms.tl, which is anyway kept up to date
;; with each release (and is already compiled to
;; stdlib/doc-syms.tlo when genman.txr is run).
(("^@\\(output \"stdlib/doc-syms\\.tl\"\\).*" line)
(string-append "@(do (exit))\n" line)))))
The doc doc-syms mechanism was removed in 292, so the pattern will not
match.
Cheers ...
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#67792: txr: certain string substitution in recipe obsolete.
2023-12-12 5:36 bug#67792: txr: certain string substitution in recipe obsolete Kaz Kylheku
@ 2023-12-14 9:53 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-12-14 9:53 UTC (permalink / raw)
To: Kaz Kylheku; +Cc: 67792-done
[-- Attachment #1: Type: text/plain, Size: 59 bytes --]
Fixed in ac61e9705fb8c450c6cd0c1731fbb1b909c1f944.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-14 12:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12 5:36 bug#67792: txr: certain string substitution in recipe obsolete Kaz Kylheku
2023-12-14 9:53 ` Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).