Browse Source
build-self: Import (ice-9 threads) in the compute-guix-derivation script.
This is required for CALL-WITH-NEW-THREAD in Guile 3.0.
* build-aux/build-self.scm (build-program): Import (ice-9 threads).
gn-latest-20200428
Marius Bakke
10 months ago
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with
2 additions and
1 deletions
-
build-aux/build-self.scm
|
|
@@ -286,7 +286,8 @@ interface (FFI) of Guile.") |
|
|
|
#:select? select?)) |
|
|
|
(gexp->script "compute-guix-derivation" |
|
|
|
#~(begin |
|
|
|
(use-modules (ice-9 match)) |
|
|
|
(use-modules (ice-9 match) |
|
|
|
(ice-9 threads)) |
|
|
|
|
|
|
|
(eval-when (expand load eval) |
|
|
|
;; (gnu packages …) modules are going to be looked up |
|
|
|