diff options
Diffstat (limited to 'gnu/packages/texinfo.scm')
-rw-r--r-- | gnu/packages/texinfo.scm | 4 |
1 files changed, 4 insertions, 0 deletions
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))))) |