gnu: mozjs: Disable parallel build.
* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Add '#:parallel-build? #f'.
This commit is contained in:
parent
7575655212
commit
d778fa5ff6
|
@ -76,7 +76,10 @@
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("python" ,python-2)))
|
("python" ,python-2)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(;; XXX: parallel build fails, lacking:
|
||||||
|
;; mkdir -p "system_wrapper_js/"
|
||||||
|
#:parallel-build? #f
|
||||||
|
#:phases
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
'configure 'chdir
|
'configure 'chdir
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue