diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/cuirass.in | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |