me
/
guix
Archived
1
0
Fork 0

gnu: txr: Remove obsolete fix.

* gnu/packages/lisp.scm (txr)[arguments]: Remove 'inhibit-doc-syms-generation'
  phase.

Change-Id: Ibf29e28a82f1821cefbdc87e8bfdf3ffcd4219e5
Guillaume Le Vaillant 2023-12-14 10:49:23 +01:00
parent 8083c7abbf
commit ac61e9705f
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 0 additions and 9 deletions

View File

@ -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"