about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 57ef340..c6e4efe 100644
--- a/guix.scm
+++ b/guix.scm
@@ -43,7 +43,8 @@
 	     python-pytest
 	     python-hypothesis))
       (propagated-inputs
-       (list python-redis
+       (list gunicorn
+	     python-redis
 	     python-flask
 	     python-jsonpickle
 	     python-mysqlclient))