diff options
author | Clément Lassieur <[email protected]> | 2017-04-04 15:05:49 +0200 |
---|---|---|
committer | Clément Lassieur <[email protected]> | 2017-04-04 20:18:38 +0200 |
commit | 8db947169fde2a5c8526c9c91ae82b7cd92a5331 (patch) | |
tree | e776d2dae99e45b38791dfcefb2710ce699f53b6 | |
parent | cca906754d082d6d847e056e9107900aa52880e8 (diff) |
gnu: icecat: Use bundled ICU to avoid crashes.
* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>:
Temporarily comment out "--with-system-icu".
-rw-r--r-- | gnu/packages/gnuzilla.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 46c07a83f4..74063cfb74 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2015 Sou Bunnbu <[email protected]> ;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Alex Griffin <[email protected]> +;;; Copyright © 2017 Clément Lassieur <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -508,7 +509,11 @@ standards.") "--with-system-jpeg" ; must be libjpeg-turbo "--with-system-libevent" "--with-system-libvpx" - "--with-system-icu" + + ;; FIXME: It is preferable to build with system + ;; libraries, but this fixes crashes. + ;; "--with-system-icu" + "--with-system-nspr" "--with-system-nss" "--enable-system-pixman" |