~ruther/guix-local

1a0ae573c7f04c2c9d1adb10ddeb816628f41c22 — Eric Bavier 9 years ago 6941965
gnu: boost: Add -j for build.

* gnu/packages/boost.scm (boost)[arguments]: Add -j flag for build
phase.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/boost.scm
M gnu/packages/boost.scm => gnu/packages/boost.scm +3 -1
@@ 90,7 90,9 @@
         (replace
             'build
           (lambda* (#:key outputs make-flags #:allow-other-keys)
             (zero? (apply system* "./b2" make-flags))))
             (zero? (apply system* "./b2"
                           (format #f "-j~a" (parallel-job-count))
                           make-flags))))
         (replace
             'install
           (lambda* (#:key outputs make-flags #:allow-other-keys)