mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Remove now unnecessary workaround.
* doc/build.scm (translated-texi-manuals): Turn into an alias for (@@ (guix self) translated-texi-manuals).
This commit is contained in:
parent
40d5931a60
commit
560fd99061
1 changed files with 2 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2019-2022 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -51,17 +51,7 @@ (define file-append*
|
||||||
(@@ (guix self) file-append*))
|
(@@ (guix self) file-append*))
|
||||||
|
|
||||||
(define translated-texi-manuals
|
(define translated-texi-manuals
|
||||||
(let ((translated (@@ (guix self) translate-texi-manuals)))
|
(@@ (guix self) translate-texi-manuals))
|
||||||
(lambda (source)
|
|
||||||
(let ((result (translated source)))
|
|
||||||
;; Build with 'guile-3.0-latest', which is linked against
|
|
||||||
;; 'libgc/disable-munmap', to avoid the dreaded "mmap(PROT_NONE)
|
|
||||||
;; failed" crash: <https://bugs.gnu.org/47428>.
|
|
||||||
(computed-file (computed-file-name result)
|
|
||||||
(computed-file-gexp result)
|
|
||||||
#:local-build? #f
|
|
||||||
#:options (computed-file-options result)
|
|
||||||
#:guile guile-3.0-latest)))))
|
|
||||||
|
|
||||||
(define info-manual
|
(define info-manual
|
||||||
(@@ (guix self) info-manual))
|
(@@ (guix self) info-manual))
|
||||||
|
|
Loading…
Reference in a new issue