diff options
| author | Frederick Muriuki Muriithi | 2024-11-22 12:35:38 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-11-22 12:35:38 -0600 |
| commit | c9efe454ea2ac5e4d61b56a9fbe5df9e6e6f12e8 (patch) | |
| tree | c073910f48d664c7c4419eb2f45c90d7b95f37b0 /gn | |
| parent | f8da016d176817e35541d6564ea5545d14a5d011 (diff) | |
| download | guix-bioinformatics-c9efe454ea2ac5e4d61b56a9fbe5df9e6e6f12e8.tar.gz | |
gn-uploader: Add gn-libs as a 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 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 |
