guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: store: Add missing import.


From: Ludovic Courtès
Subject: 03/04: store: Add missing import.
Date: Sat, 7 Oct 2017 11:08:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1f3ea898719cf802d14deeb161a41d1b3967ddad
Author: Ludovic Courtès <address@hidden>
Date:   Sat Oct 7 16:14:16 2017 +0200

    store: Add missing import.
    
    * guix/store.scm: Use (ice-9 format).
---
 guix/store.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/store.scm b/guix/store.scm
index d571122..f336df8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]