guix: Fix Guile current-processor-count deprecation warnings.
authorMathieu Othacehe <m.othacehe@gmail.com>
Tue, 5 Sep 2017 17:41:31 +0000 (19:41 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Tue, 5 Sep 2017 17:41:31 +0000 (19:41 +0200)
commit325ff6fe157a2d2b7b06abddbc9e72e6a64becfd
tree2ca6f2b5f553422a8a6640d90aa32040d6c06164
parent9f993702a6a19571a2184accdbc29fd5bb46034f
guix: Fix Guile current-processor-count deprecation warnings.

When current-processor-count is used without (ice-9 threads) being used, Guile
complains with the following warning:

Import (ice-9 threads) to have access to `current-processor-count'.

* guix/build/utils.scm: Use (ice-9 threads).
guix/build/utils.scm