summaryrefslogtreecommitdiff
path: root/guix/store.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-10-07 16:14:16 +0200
committerLudovic Courtès <ludo@gnu.org>2017-10-07 17:08:32 +0200
commit1f3ea898719cf802d14deeb161a41d1b3967ddad (patch)
tree58c2fc3fe639ce21c3d872baed776644c4ba03cb /guix/store.scm
parent9070ca4479273d9a79f00a99da1d6406cb1d6e36 (diff)
downloadgnu-guix-1f3ea898719cf802d14deeb161a41d1b3967ddad.tar
gnu-guix-1f3ea898719cf802d14deeb161a41d1b3967ddad.tar.gz
store: Add missing import.
* guix/store.scm: Use (ice-9 format).
Diffstat (limited to 'guix/store.scm')
-rw-r--r--guix/store.scm1
1 files changed, 1 insertions, 0 deletions
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 @@
#: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