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>master
parent
e648533311
commit
f0648a4b67
|
@ -751,7 +751,7 @@ from forcing GEXP-PROMISE."
|
||||||
("libffi" ,libffi)
|
("libffi" ,libffi)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
;; UNBUNDLE-ME! ("libvpx" ,libvpx)
|
;; UNBUNDLE-ME! ("libvpx" ,libvpx)
|
||||||
;; UNBUNDLE-ME! ("icu4c" ,icu4c)
|
("icu4c" ,icu4c-67)
|
||||||
("pixman" ,pixman)
|
("pixman" ,pixman)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
|
@ -854,8 +854,8 @@ from forcing GEXP-PROMISE."
|
||||||
;; UNBUNDLE-ME! "--with-system-vorbis"
|
;; UNBUNDLE-ME! "--with-system-vorbis"
|
||||||
;; UNBUNDLE-ME! "--with-system-theora" ; wants theora-1.2, not yet released
|
;; UNBUNDLE-ME! "--with-system-theora" ; wants theora-1.2, not yet released
|
||||||
;; UNBUNDLE-ME! "--with-system-libvpx"
|
;; UNBUNDLE-ME! "--with-system-libvpx"
|
||||||
;; UNBUNDLE-ME! "--with-system-icu"
|
"--with-system-icu"
|
||||||
|
|
||||||
;; See <https://bugs.gnu.org/32833>
|
;; See <https://bugs.gnu.org/32833>
|
||||||
;; and related comments in the
|
;; and related comments in the
|
||||||
;; 'remove-bundled-libraries' phase below.
|
;; 'remove-bundled-libraries' phase below.
|
||||||
|
|
Reference in New Issue