mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
store: Add missing import.
* guix/store.scm: Use (ice-9 format).
This commit is contained in:
parent
9070ca4479
commit
1f3ea89871
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue