store: Add missing import. * guix/store.scm: Use (ice-9 format).
1 files changed, 1 insertions(+), 0 deletions(-) M guix/store.scm
M guix/store.scm => guix/store.scm +1 -0
@@ 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