From 05e783871c2c69b402e088863d46f5be7915ac74 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 19 Mar 2020 07:08:34 +0100 Subject: 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). --- build-aux/build-self.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux') diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm index f2e785b7f1..2782a4da72 100644 --- a/build-aux/build-self.scm +++ b/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 -- cgit v1.2.3