diff options
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index b9024b6..162aaa9 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -463,7 +463,8 @@ python-pytest python-hypothesis)) (propagated-inputs - (list gunicorn + (list gn-libs + gunicorn nss-certs python-redis python-flask |