[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/133: gnu: mozjs-52: Add configure flag to prevent crash.
From: |
guix-commits |
Subject: |
72/133: gnu: mozjs-52: Add configure flag to prevent crash. |
Date: |
Sun, 6 Jan 2019 16:59:42 -0500 (EST) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 864d9d97127cbe0e18c5560327731d8ecdeecf24
Author: Ricardo Wurmus <address@hidden>
Date: Tue Dec 4 12:41:03 2018 +0100
gnu: mozjs-52: Add configure flag to prevent crash.
* gnu/packages/gnuzilla.scm (mozjs-52)[arguments]: Pass "--disable-jemalloc"
to prevent crashes in gnome-shell.
---
gnu/packages/gnuzilla.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index bb7fda2..b298cce 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -292,7 +292,10 @@ in C/C++.")
"--with-system-zlib"
;; Intl API requires bundled ICU.
- "--without-intl-api")
+ "--without-intl-api"
+
+ ;; Without this gnome-shell will crash at runtime.
+ "--disable-jemalloc")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-and-chdir
- 120/133: gnu: gnome-tweak-tool: Update to 3.30.1., (continued)
- 120/133: gnu: gnome-tweak-tool: Update to 3.30.1., guix-commits, 2019/01/06
- 129/133: gnu: eog-plugins: Update to 3.26.3., guix-commits, 2019/01/06
- 54/133: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/01/06
- 65/133: gnu: network-manager-applet: Update to 1.8.14., guix-commits, 2019/01/06
- 48/133: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/01/06
- 66/133: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/01/06
- 30/133: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2019/01/06
- 67/133: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/01/06
- 69/133: gnu: eog: Ensure RUNPATH contains output library directory., guix-commits, 2019/01/06
- 68/133: gnu: libimobiledevice: Do not hardcode Python version., guix-commits, 2019/01/06
- 72/133: gnu: mozjs-52: Add configure flag to prevent crash.,
guix-commits <=
- 73/133: gnu: atk: Update to 2.30.0., guix-commits, 2019/01/06
- 81/133: gnu: glibmm: Update to 2.58.0., guix-commits, 2019/01/06
- 82/133: gnu: gnome-desktop: Update to 3.30.2., guix-commits, 2019/01/06
- 71/133: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2019/01/06
- 76/133: gnu: gobject-introspection: Update to 1.58.1., guix-commits, 2019/01/06
- 84/133: gnu: evince: Update to 3.30.2., guix-commits, 2019/01/06
- 86/133: gnu: adwaita-icon-theme: Update to 3.30.1., guix-commits, 2019/01/06
- 85/133: gnu: gsettings-desktop-schemas: Update to 3.28.1., guix-commits, 2019/01/06
- 88/133: gnu: libgnomeprintui: Update to 2.18.6., guix-commits, 2019/01/06
- 89/133: gnu: libwnck: Update to 3.30.0., guix-commits, 2019/01/06