store: Add missing import.
* guix/store.scm: Use (ice-9 format).
This commit is contained in:
parent
9070ca4479
commit
1f3ea89871
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user