about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-09-16 11:49:08 +0300
committerFrederick Muriuki Muriithi2022-09-16 11:49:08 +0300
commitb735cae93ac8243bc9b07a10549a68330934d9bf (patch)
tree4838add7d9f49a6d7b0b487f4e3d833ab6b76a2d
parent11fdccc4fcc52b805d6568e774067df8225c3ccd (diff)
downloadgn-uploader-b735cae93ac8243bc9b07a10549a68330934d9bf.tar.gz
Add redis and mariadb as propagated inputs
-rw-r--r--guix.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index 6c0ba25..49ad825 100644
--- a/guix.scm
+++ b/guix.scm
@@ -38,13 +38,14 @@
 	       (when tests?
 		 (invoke "pytest")))))))
       (inputs
-       (list redis
-	     python-mypy
+       (list python-mypy
 	     python-pylint
 	     python-pytest
 	     python-hypothesis))
       (propagated-inputs
-       (list gunicorn
+       (list redis
+	     mariadb
+	     gunicorn
 	     python-redis
 	     python-flask
 	     python-jsonpickle