From: Ludovic Courtès Date: Sat, 23 Nov 2019 21:27:28 +0000 (+0100) Subject: tests: Use (ice-9 threads). X-Git-Url: http://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/fde60bfb84dbfab7668cacd4a0d206d77affc789 tests: Use (ice-9 threads). 'call-with-new-thread' as a core binding is deprecated in 2.2 and removed in 3.0. * tests/publish.scm: Use (ice-9 threads). --- diff --git a/tests/publish.scm b/tests/publish.scm index 64a8ff3cae..204cfb4974 100644 --- a/tests/publish.scm +++ b/tests/publish.scm @@ -45,6 +45,7 @@ #:use-module (srfi srfi-1) #:use-module (srfi srfi-26) #:use-module (srfi srfi-64) + #:use-module (ice-9 threads) #:use-module (ice-9 format) #:use-module (ice-9 match) #:use-module (ice-9 rdelim))