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.master
parent
4b2ed6c2a3
commit
6cc147a31b
|
@ -294,7 +294,10 @@ in C/C++.")
|
||||||
"--with-system-zlib"
|
"--with-system-zlib"
|
||||||
|
|
||||||
;; Intl API requires bundled ICU.
|
;; Intl API requires bundled ICU.
|
||||||
"--without-intl-api")
|
"--without-intl-api"
|
||||||
|
|
||||||
|
;; Without this gnome-shell will crash at runtime.
|
||||||
|
"--disable-jemalloc")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-and-chdir
|
(add-after 'unpack 'patch-and-chdir
|
||||||
|
|
Reference in New Issue