guix-commits
[Top][All Lists]
Advanced

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

01/05: doc: Remove now unnecessary workaround.


From: guix-commits
Subject: 01/05: doc: Remove now unnecessary workaround.
Date: Sat, 15 Jan 2022 17:29:23 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 560fd9906112c7e2022c9ffe048f6840efd9c684
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jan 15 12:15:45 2022 +0100

    doc: Remove now unnecessary workaround.
    
    * doc/build.scm (translated-texi-manuals): Turn into an alias
    for (@@ (guix self) translated-texi-manuals).
---
 doc/build.scm | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/doc/build.scm b/doc/build.scm
index eebb493a2e..9860675841 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -1,5 +1,5 @@
 ;;; 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>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -51,17 +51,7 @@
   (@@ (guix self) file-append*))
 
 (define translated-texi-manuals
-  (let ((translated (@@ (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)))))
+  (@@ (guix self) translate-texi-manuals))
 
 (define info-manual
   (@@ (guix self) info-manual))



reply via email to

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