gnu: icecat: Disable parallel build.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Disable parallel build.
This commit is contained in:
parent
fe224d20cc
commit
a308c2339a
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ (define-public icecat
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:out-of-source? #t ; must be built outside of the source directory
|
#:out-of-source? #t ; must be built outside of the source directory
|
||||||
|
#:parallel-build? #f
|
||||||
|
|
||||||
;; XXX: There are RUNPATH issues such as
|
;; XXX: There are RUNPATH issues such as
|
||||||
;; $prefix/lib/icecat-31.6.0/plugin-container NEEDing libmozalloc.so,
|
;; $prefix/lib/icecat-31.6.0/plugin-container NEEDing libmozalloc.so,
|
||||||
|
|
Loading…
Reference in a new issue