diff options
author | Frederick Muriuki Muriithi | 2024-11-22 10:22:37 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-22 10:22:37 -0600 |
commit | fe2d53627f4e5b793b52e50bbfc0a4fc9a10d89a (patch) | |
tree | d1cd1ba7bc8531924379ff79ace000626571d05e /gn | |
parent | 988c08fd30abc3770666db57f636d9b4547d4d05 (diff) | |
download | guix-bioinformatics-fe2d53627f4e5b793b52e50bbfc0a4fc9a10d89a.tar.gz |
gn-auth: Add gn-libs as a new dependency.
Diffstat (limited to 'gn')
-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 7a5752c..c77e71a 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -517,7 +517,8 @@ python-pytest python-pytest-mock)) (propagated-inputs - (list gunicorn + (list gn-libs + gunicorn nss-certs python-blinker python-argon2-cffi |