guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: info-reader: Ressurrect cross-build.


From: guix-commits
Subject: branch master updated: gnu: info-reader: Ressurrect cross-build.
Date: Fri, 22 Nov 2024 02:03:43 -0500

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

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 285c78cb89 gnu: info-reader: Ressurrect cross-build.
285c78cb89 is described below

commit 285c78cb89cd0ef3775406eca9af9aa87de212a0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Nov 22 07:22:33 2024 +0100

    gnu: info-reader: Ressurrect cross-build.
    
    * gnu/packages/texinfo.scm (texinfo)[arguments]: When cross-building, set
    missing cache value.
    
    Change-Id: I44a091507bf26ce32e569e66ce9cdac7cac86ae3
---
 gnu/packages/texinfo.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index cd474bb566..98429cb059 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -76,6 +76,10 @@
                   #t)))
             %standard-phases)
 
+       ,@(if (%current-target-system)
+             (list #:configure-flags 
#~'("texinfo_cv_sys_iconv_converts_euc_cn=yes"))
+             '())
+
        ;; XXX: Work around <https://issues.guix.gnu.org/59616>.
        #:tests? ,(and (not (target-hurd?))
                       (not (%current-target-system)))))



reply via email to

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