summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xetc/committer.scm.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/committer.scm.in b/etc/committer.scm.in
index 96cd1fbf0b..5696df8b8e 100755
--- a/etc/committer.scm.in
+++ b/etc/committer.scm.in
@@ -36,7 +36,8 @@
         (ice-9 popen)
         (ice-9 match)
         (ice-9 rdelim)
-        (ice-9 textual-ports))
+        (ice-9 textual-ports)
+        (guix gexp))
 
 (define* (break-string str #:optional (max-line-length 70))
   "Break the string STR into lines that are no longer than MAX-LINE-LENGTH.