gnu: icecat: Re-enable parallel build.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Re-enable parallel build.
This commit is contained in:
parent
33b2520175
commit
cca906754d
1 changed files with 0 additions and 1 deletions
|
@ -472,7 +472,6 @@ standards.")
|
||||||
(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,
|
||||||
|
|
Reference in a new issue