[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27914] [PATCH] guix: Fix Guile current-processor-count deprecation
From: |
Ludovic Courtès |
Subject: |
[bug#27914] [PATCH] guix: Fix Guile current-processor-count deprecation warnings. |
Date: |
Sat, 05 Aug 2017 23:20:38 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi!
Mathieu Othacehe <address@hidden> skribis:
> 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/store.scm: Ditto.
The (guix store) part is OK for master, but the (guix build utils) will
have to wait until the next core-updates cycle.
Thanks,
Ludo’.