[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: guix: Fix Guile current-processor-count deprecation warnings.
From: |
Mathieu Othacehe |
Subject: |
01/01: guix: Fix Guile current-processor-count deprecation warnings. |
Date: |
Tue, 5 Sep 2017 13:57:53 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates
in repository guix.
commit 325ff6fe157a2d2b7b06abddbc9e72e6a64becfd
Author: Mathieu Othacehe <address@hidden>
Date: Tue Sep 5 19:41:31 2017 +0200
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/build/utils.scm b/guix/build/utils.scm
index 7391307..d7ed3d5 100644
--- a/guix/build/utils.scm
+++ b/guix/build/utils.scm
@@ -29,6 +29,7 @@
#:use-module (ice-9 regex)
#:use-module (ice-9 rdelim)
#:use-module (ice-9 format)
+ #:use-module (ice-9 threads)
#:use-module (rnrs bytevectors)
#:use-module (rnrs io ports)
#:re-export (alist-cons