gnu: mozjs: Disable parallel build.

* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Add
'#:parallel-build? #f'.
This commit is contained in:
Leo Famulari 2016-07-22 17:40:01 -04:00
parent 7575655212
commit d778fa5ff6
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -76,7 +76,10 @@ (define-public mozjs
`(("perl" ,perl)
("python" ,python-2)))
(arguments
`(#:phases
`(;; XXX: parallel build fails, lacking:
;; mkdir -p "system_wrapper_js/"
#:parallel-build? #f
#:phases
(alist-cons-before
'configure 'chdir
(lambda _