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