From 1f3ea898719cf802d14deeb161a41d1b3967ddad Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 7 Oct 2017 16:14:16 +0200 Subject: store: Add missing import. * guix/store.scm: Use (ice-9 format). --- guix/store.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'guix/store.scm') diff --git a/guix/store.scm b/guix/store.scm index d571122021..f336df85cc 100644 --- a/guix/store.scm +++ b/guix/store.scm @@ -41,6 +41,7 @@ (define-module (guix store) #:use-module (ice-9 vlist) #:use-module (ice-9 popen) #:use-module (ice-9 threads) + #:use-module (ice-9 format) #:use-module (web uri) #:export (%daemon-socket-uri %gc-roots-directory -- cgit v1.2.3