mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
e648533311
commit
f0648a4b67
1 changed files with 3 additions and 3 deletions
|
@ -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,7 +854,7 @@ (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
|
||||
|
|
Loading…
Reference in a new issue