~ruther/guix-local

b100a704955432b6287b62add3bd3e9ccd94f002 — Mathieu Othacehe 8 years ago fa67d56
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/store.scm: Use (ice-9 threads).
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/store.scm
M guix/store.scm => guix/store.scm +1 -0
@@ 40,6 40,7 @@
  #:use-module (ice-9 regex)
  #:use-module (ice-9 vlist)
  #:use-module (ice-9 popen)
  #:use-module (ice-9 threads)
  #:use-module (web uri)
  #:export (%daemon-socket-uri
            %gc-roots-directory