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 @@ (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 ;; and related comments in the ;; 'remove-bundled-libraries' phase below.