gnu: mozjs-24: Disable parallel build.

* gnu/packages/gnuzilla.scm (mozjs-24)[arguments]: Add
'#:parallel-build? #f'.
master
宋文武 2016-07-02 10:43:45 +08:00
parent 187e9094f7
commit 2d02a7789a
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 4 additions and 1 deletions

View File

@ -116,7 +116,10 @@ in C/C++.")
'(substitute* '("js/src/config/milestone.pl")
(("defined\\(@TEMPLATE_FILE)") "@TEMPLATE_FILE")))))
(arguments
'(#:phases
'(;; XXX: parallel build fails, lacking:
;; mkdir -p "system_wrapper_js/"
#:parallel-build? #f
#:phases
(modify-phases %standard-phases
(replace
'configure