gnu: mozjs: Disable parallel build.
* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Add '#:parallel-build? #f'.
This commit is contained in:
parent
7575655212
commit
d778fa5ff6
1 changed files with 4 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue