summaryrefslogtreecommitdiff
path: root/gnu/packages/gnuzilla.scm
diff options
context:
space:
mode:
authorZhu Zihao <all_but_last@163.com>2020-09-28 13:14:47 +0800
committerMark H Weaver <mhw@netris.org>2020-09-28 14:45:25 -0400
commitf0648a4b675c4951856ab9fbb414f8edc7ddfb54 (patch)
tree7939533ef97fd1e951131dd0545472d18844705c /gnu/packages/gnuzilla.scm
parente6485333117f14492c19d974bf520a619bffb51f (diff)
downloadguix-patches-f0648a4b675c4951856ab9fbb414f8edc7ddfb54.tar
guix-patches-f0648a4b675c4951856ab9fbb414f8edc7ddfb54.tar.gz
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>
Diffstat (limited to 'gnu/packages/gnuzilla.scm')
-rw-r--r--gnu/packages/gnuzilla.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 250904c7af..cf66958857 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.