~ruther/guix-local

9b1fe3bd70a57cdbf99339eb06b3a9b57f060f97 — Nicolas Graves 1 year, 1 month ago a38d71b
gnu: librewolf: Honor --cores build argument.

* gnu/packages/librewolf.scm (librewolf)[arguments]<#:phases>:
Honor --cores build argument during the 'build phase.

Signed-off-by: Ian Eure <ian@retrospec.tv>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/librewolf.scm
M gnu/packages/librewolf.scm => gnu/packages/librewolf.scm +4 -2
@@ 471,8 471,10 @@
                       (apply invoke "./mach" "build"
                              ;; mach will use parallel build if possible by default
                              `(,@(if parallel-build?
                                      '()
                                      '("-j1")) ,@make-flags))))
                                      `(,(string-append
                                          "-j" (number->string (parallel-job-count))))
                                      '("-j1"))
                                ,@make-flags))))
                   (add-after 'build 'neutralise-store-references
                     (lambda _
                       ;; Mangle the store references to compilers &