[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: icecat: Use system ICU.
From: |
Clément Lassieur |
Subject: |
02/02: gnu: icecat: Use system ICU. |
Date: |
Mon, 17 Apr 2017 14:43:18 -0400 (EDT) |
snape pushed a commit to branch master
in repository guix.
commit 483ab08f84acfb478d070d1a1c1a8cde3f5bb011
Author: Clément Lassieur <address@hidden>
Date: Wed Apr 12 00:59:59 2017 +0200
gnu: icecat: Use system ICU.
* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Remove
comment for "--with-system-icu".
---
gnu/packages/gnuzilla.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 3b69a6b..97e5a2e 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -524,11 +524,7 @@ standards.")
"--with-system-jpeg" ; must be libjpeg-turbo
"--with-system-libevent"
"--with-system-libvpx"
-
- ;; FIXME: It is preferable to build with system
- ;; libraries, but this fixes crashes.
- ;; "--with-system-icu"
-
+ "--with-system-icu"
"--with-system-nspr"
"--with-system-nss"
"--enable-system-pixman"