[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: icecat: Use system icu4c.
From: |
guix-commits |
Subject: |
05/06: gnu: icecat: Use system icu4c. |
Date: |
Mon, 28 Sep 2020 14:49:12 -0400 (EDT) |
mhw pushed a commit to branch master
in repository guix.
commit f0648a4b675c4951856ab9fbb414f8edc7ddfb54
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Mon Sep 28 13:14:47 2020 +0800
gnu: icecat: Use system icu4c.
* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Add icu4c-67.
[arguments]<configure-flags>: Add "--with-system-icu".
Signed-off-by: Mark H Weaver <mhw@netris.org>
---
gnu/packages/gnuzilla.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 250904c..cf66958 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -751,7 +751,7 @@ from forcing GEXP-PROMISE."
("libffi" ,libffi)
("ffmpeg" ,ffmpeg)
;; UNBUNDLE-ME! ("libvpx" ,libvpx)
- ;; UNBUNDLE-ME! ("icu4c" ,icu4c)
+ ("icu4c" ,icu4c-67)
("pixman" ,pixman)
("pulseaudio" ,pulseaudio)
("mesa" ,mesa)
@@ -854,8 +854,8 @@ from forcing GEXP-PROMISE."
;; UNBUNDLE-ME! "--with-system-vorbis"
;; UNBUNDLE-ME! "--with-system-theora" ; wants
theora-1.2, not yet released
;; UNBUNDLE-ME! "--with-system-libvpx"
- ;; UNBUNDLE-ME! "--with-system-icu"
-
+ "--with-system-icu"
+
;; See <https://bugs.gnu.org/32833>
;; and related comments in the
;; 'remove-bundled-libraries' phase below.
- branch master updated (4c09ec4 -> 981cdc9), guix-commits, 2020/09/28
- 01/06: gnu: libpng-apng: Update to 1.6.37., guix-commits, 2020/09/28
- 02/06: gnu: Add nss@3.56., guix-commits, 2020/09/28
- 03/06: gnu: icedove: Update to 78.3.0., guix-commits, 2020/09/28
- 05/06: gnu: icecat: Use system icu4c.,
guix-commits <=
- 06/06: gnu: icecat: Remove duplicate find-files call., guix-commits, 2020/09/28
- 04/06: gnu: Remove icecat-68 source., guix-commits, 2020/09/28