aboutsummaryrefslogtreecommitdiff
path: root/guix-dev.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-03-19 20:18:09 +0000
committerChristopher Baines <mail@cbaines.net>2019-03-19 20:21:54 +0000
commitbdfb6542333b81dd1c72fcbc9a9a934bce034617 (patch)
treea6c905751a64fd6f60148bf91c0f328bc0029e8a /guix-dev.scm
parent5985b5938b0cec4621bf93063b32513438761723 (diff)
downloaddata-service-bdfb6542333b81dd1c72fcbc9a9a934bce034617.tar
data-service-bdfb6542333b81dd1c72fcbc9a9a934bce034617.tar.gz
Add support for processing branch updated emails
Diffstat (limited to 'guix-dev.scm')
-rw-r--r--guix-dev.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-dev.scm b/guix-dev.scm
index fdc9b53..dd65c51 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -43,7 +43,8 @@
(source #f)
(build-system gnu-build-system)
(inputs
- `(("guile-json" ,guile-json-3)
+ `(("guile-email" ,guile-email)
+ ("guile-json" ,guile-json-3)
("guile-squee" ,guile-squee)
("guile-fibers" ,guile-fibers)
("guile-syntax-highlight" ,guile-syntax-highlight)