guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ludovic Courtès
Date: Fri, 17 Apr 2020 09:08:09 -0400 (EDT)

branch: master
commit ae8c067d19aa4d544e5aae0abacbfb5e56a1a218
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 17 14:23:18 2020 +0200

    database: Add missing (ice-9 threads) import.
    
    This is required on Guile 3 for 'current-processor-count'.
    
    * src/cuirass/database.scm: Use (ice-9 threads).
---
 src/cuirass/database.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm
index 25ef527..e96dcc3 100644
--- a/src/cuirass/database.scm
+++ b/src/cuirass/database.scm
@@ -29,6 +29,7 @@
   #:use-module (ice-9 ftw)
   #:use-module (ice-9 rdelim)
   #:use-module (ice-9 regex)
+  #:use-module (ice-9 threads)
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-19)
   #:use-module (srfi srfi-26)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]