branch: master
commit c1edfe8895060f88855236c6faee9e085e72ca6f
Author: Ludovic Courtès <[email protected]>
Date:   Tue Jan 23 23:43:17 2018 +0100

    cuirass: Add missing import.
    
    * bin/cuirass.in: Import (guix store).
---
 bin/cuirass.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/cuirass.in b/bin/cuirass.in
index 56db386..d2cb897 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -28,6 +28,7 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
              (cuirass ui)
              (cuirass logging)
              (guix ui)
+             (guix store)
              (fibers)
              (ice-9 getopt-long))
 

Reply via email to