guix-commits
[Top][All Lists]
Advanced

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

branch wip-riscv updated: fixup icu4c


From: guix-commits
Subject: branch wip-riscv updated: fixup icu4c
Date: Tue, 10 Aug 2021 02:45:01 -0400

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

efraim pushed a commit to branch wip-riscv
in repository guix.

The following commit(s) were added to refs/heads/wip-riscv by this push:
     new c6d31b0  fixup icu4c
c6d31b0 is described below

commit c6d31b00575cb9268f87a1b39dccbf0f62fc7b23
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 10 09:43:42 2021 +0300

    fixup icu4c
---
 gnu/packages/icu4c.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index 018c4da..e2ef6a7 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -68,7 +68,7 @@
               '((string-append "--with-cross-build="
                                 (assoc-ref %build-inputs "icu4c-build-root")))
               '()))
-      #:tests? (not (target-riscv?))        ; TODO: Fix failing test.
+      #:tests? ,(not (target-riscv?))       ; TODO: Fix failing test.
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'chdir-to-source



reply via email to

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