gnu: ldc: Honor parallel-build?. * gnu/packages/dlang.scm (ldc-bootstrap)[arguments]: Adjust custom 'build phase to check parallel-build? and not parallel-tests?. Change-Id: I84b5f5153fea89d80564f5a55c8df57ff201ee69
1 files changed, 2 insertions(+), 2 deletions(-) M gnu/packages/dlang.scm
M gnu/packages/dlang.scm => gnu/packages/dlang.scm +2 -2
@@ 177,8 177,8 @@ to a minimal test case.") (replace 'build ;; Building with Make would result in "make: *** [Makefile:166: ;; all] Error 2". (lambda* (#:key make-flags parallel-tests? #:allow-other-keys) (let ((job-count (number->string (or (and parallel-tests? (lambda* (#:key make-flags parallel-build? #:allow-other-keys) (let ((job-count (number->string (or (and parallel-build? (parallel-job-count)) 1)))) (apply invoke "cmake" "--build" "." "-j" job-count