store: Add missing import.

* guix/store.scm: Use (ice-9 format).
This commit is contained in:
Ludovic Courtès 2017-10-07 16:14:16 +02:00
parent 9070ca4479
commit 1f3ea89871
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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