guix-commits
[Top][All Lists]
Advanced

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

12/12: HACK gnu: guix: Disable guix.ru.info when building for the Hurd.


From: guix-commits
Subject: 12/12: HACK gnu: guix: Disable guix.ru.info when building for the Hurd.
Date: Thu, 18 Jan 2024 07:32:14 -0500 (EST)

janneke pushed a commit to branch hurd-team
in repository guix.

commit bf034656967d754b2d82d245d6dcf7a6a298e8da
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 18 13:05:01 2024 +0100

    HACK gnu: guix: Disable guix.ru.info when building for the Hurd.
    
    Building guix-ru.info fails when building foor the Hurd.
    
        guix.ru.texi:3489: @node `??????????????????????' previously defined
        guix.ru.texi:2535: here is the previous definition as @node
        guix.ru.texi:27473: warning: node `?????????????? ??????????????????' 
unreferenced
        make[2]: *** [Makefile:5287: doc/guix.ru.info] Error 1
    
    * gnu/packages/package-management.scm (guix)[arguments]: Rename phase
    `drop-ko-cookbook' to `drop-broken-language-docs'.  Also skip building of
    guix-ru.info.
    
    Change-Id: I5900ce70b53471dbc4af7096b52a2bc45d93a624
---
 gnu/packages/package-management.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 2da73f698d..3328e4b73c 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -271,9 +271,10 @@ $(prefix)/etc/openrc\n")))
                                 (("2\\.0") "3.0")))))
                         '())
                     ,@(if (target-hurd?)
-                        `((add-after 'unpack 'drop-ko-cookbook
+                        `((add-after 'unpack 'drop-broken-language-docs
                             (lambda _
                               (substitute* "doc/local.mk"
+                                (("de es fr pt_BR ru zh_CN") "de es fr pt_BR 
zh_CN")
                                 (("de fr ko sk") "de fr sk")))))
                         '())
                     ,@(if (system-hurd?)



reply via email to

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