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:
Nicolas Graves 2025-02-10 11:32:49 +01:00 committed by Nicolas Graves
parent 1df7887148
commit 794cf10c9e

View File

@ -328,7 +328,8 @@
(apply invoke "./mach" "build"
;; mach will use parallel build if possible by default
`(,@(if parallel-build?
'()
`(,(string-append
"-j" (number->string (parallel-job-count))))
'("-j1"))
,@make-flags))))
(add-after 'build 'neutralise-store-references