nongnu: firefox: Honor --cores build argument.
* nongnu/packages/mozilla.scm (firefox)[arguments]<#:phases>: Honor --cores build argument in 'build phase.
This commit is contained in:
parent
1df7887148
commit
794cf10c9e
|
@ -328,7 +328,8 @@
|
||||||
(apply invoke "./mach" "build"
|
(apply invoke "./mach" "build"
|
||||||
;; mach will use parallel build if possible by default
|
;; mach will use parallel build if possible by default
|
||||||
`(,@(if parallel-build?
|
`(,@(if parallel-build?
|
||||||
'()
|
`(,(string-append
|
||||||
|
"-j" (number->string (parallel-job-count))))
|
||||||
'("-j1"))
|
'("-j1"))
|
||||||
,@make-flags))))
|
,@make-flags))))
|
||||||
(add-after 'build 'neutralise-store-references
|
(add-after 'build 'neutralise-store-references
|
||||||
|
|
Loading…
Reference in New Issue
Block a user