aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar/week.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-04 01:58:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-06 11:37:32 +0100
commitaef7d93cb4d31db6f23477b71e26c0b08e25749c (patch)
tree074a1f40c5063ad36f25923f43064bb4f1639ff6 /module/calp/html/view/calendar/week.scm
parentAllow explicit GUILE environment, document it. (diff)
downloadcalp-aef7d93cb4d31db6f23477b71e26c0b08e25749c.tar.gz
calp-aef7d93cb4d31db6f23477b71e26c0b08e25749c.tar.xz
Add missing (ice-9 format) imports.
Diffstat (limited to 'module/calp/html/view/calendar/week.scm')
-rw-r--r--module/calp/html/view/calendar/week.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/html/view/calendar/week.scm b/module/calp/html/view/calendar/week.scm
index 5b12a351..38e7501b 100644
--- a/module/calp/html/view/calendar/week.scm
+++ b/module/calp/html/view/calendar/week.scm
@@ -19,6 +19,7 @@
;; :select ())
:use-module ((vcomponent util group)
:select (group-stream get-groups-between))
+ :use-module (ice-9 format)
)