guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: txr: Remove obsolete fix.


From: guix-commits
Subject: branch master updated: gnu: txr: Remove obsolete fix.
Date: Thu, 14 Dec 2023 04:53:29 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ac61e9705f gnu: txr: Remove obsolete fix.
ac61e9705f is described below

commit ac61e9705fb8c450c6cd0c1731fbb1b909c1f944
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Dec 14 10:49:23 2023 +0100

    gnu: txr: Remove obsolete fix.
    
    * gnu/packages/lisp.scm (txr)[arguments]: Remove 
'inhibit-doc-syms-generation'
      phase.
    
    Change-Id: Ibf29e28a82f1821cefbdc87e8bfdf3ffcd4219e5
---
 gnu/packages/lisp.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 35f041c8e0..0f1520a2a5 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1024,15 +1024,6 @@ the HTML documentation of TXR.")
                       (string-append "INSTALL" match #$output
                                      "/share/doc/" #$name "-" #$version)))))
                (delete 'install-license-files)
-               (add-after 'unpack 'inhibit-doc-syms-generation
-                 (lambda _
-                   (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)))))
                (add-after 'unpack 'fix-paths
                  (lambda* (#:key inputs #:allow-other-keys)
                    (substitute* "stream.c"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]