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
Ricardo Wurmus 2018-12-04 12:41:03 +01:00
parent 4b2ed6c2a3
commit 6cc147a31b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 1 deletions

View File

@ -294,7 +294,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