pull: Honor 'parallel-job-count'. * guix/build/pull.scm (build-guix): Use 'n-par-for-each' and honor 'parallel-job-count'.
1 files changed, 2 insertions(+), 1 deletions(-) M guix/build/pull.scm
M guix/build/pull.scm => guix/build/pull.scm +2 -1
@@ 178,7 178,8 @@ containing the source code. Write any debugging output to DEBUG-PORT." ;; Make sure compilation related modules are loaded before starting to ;; compile files in parallel. (compile #f) (par-for-each (n-par-for-each (parallel-job-count) (lambda (file) (with-mutex mutex (display #\cr log-port)