diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-11 17:27:12 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-01-06 09:14:58 +0900 |
| commit | b36f3b2810d96280d2a228f1aa43375becdc43cc (patch) | |
| tree | 3ca8760448cbf3c1c319aee48fe5770d433c0126 | |
| parent | d4097d356367017d13dadb8a5ab2f79f6ec0354f (diff) | |
Revert "gnu: icedove: Build with bundled ICU library to resolve issues."
This reverts commit fc0adcdf35295f672240a8cbef8e89af7bf80001.
| -rw-r--r-- | gnu/packages/gnuzilla.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 597394b760e..7dad49b0b44 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -1646,9 +1646,7 @@ ca495991b7852b855")) "ac_add_options --with-libclang-path=" #$(this-package-native-input "clang") "/lib\n" "ac_add_options --with-system-bz2\n" - ;; FIXME: Causes breakage (see: - ;; <https://codeberg.org/guix/guix/issues/3166>) - ;; "ac_add_options --with-system-icu\n" + "ac_add_options --with-system-icu\n" "ac_add_options --with-system-jpeg\n" "ac_add_options --with-system-libevent\n" "ac_add_options --with-system-nspr\n" @@ -1746,9 +1744,7 @@ ca495991b7852b855")) gpgme gtk+ hunspell - ;; FIXME: Causes breakage (see: - ;; <https://codeberg.org/guix/guix/issues/3166>). - ;;icu4c-77 + icu4c-77 libcanberra libevent libffi |
