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>
This commit is contained in:
Zhu Zihao 2020-09-28 13:14:47 +08:00 committed by Mark H Weaver
parent e648533311
commit f0648a4b67
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -751,7 +751,7 @@ (define-public icecat
("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 @@ (define-public icecat
;; 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.