gnu: icecat: Disable parallel build.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Disable parallel build.
This commit is contained in:
Andreas Enge 2016-07-24 18:39:29 +02:00
parent fe224d20cc
commit a308c2339a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -399,7 +399,7 @@ (define-public icecat
(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,