mirror of
git://git.savannah.gnu.org/guix/data-service.git
synced 2023-12-14 03:23:03 +01:00
Add a few imports in preparation for Guile 3
This commit is contained in:
parent
0a5b8e585a
commit
71f483c816
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
(define-module (guix-data-service jobs)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (ice-9 format)
|
||||
#:use-module (ice-9 threads)
|
||||
#:use-module (guix-data-service jobs load-new-guix-revision)
|
||||
#:export (process-jobs
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
(define-module (guix-data-service jobs load-new-guix-revision)
|
||||
#:use-module (srfi srfi-1)
|
||||
#:use-module (ice-9 match)
|
||||
#:use-module (ice-9 threads)
|
||||
#:use-module (ice-9 textual-ports)
|
||||
#:use-module (ice-9 hash-table)
|
||||
#:use-module (rnrs exceptions)
|
||||
|
|
Loading…
Reference in a new issue