diff options
author | Frederick Muriuki Muriithi | 2024-11-04 09:32:39 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-04 09:32:39 -0600 |
commit | fec68c4ca87eeca4eb9e69e71fc27e0eae4dd728 (patch) | |
tree | cdf2b5bcc2909bc575882805c0e96c0e226a0496 /gn/packages | |
parent | d5c6653520f970bef337ce6b159d6422e16af717 (diff) | |
download | guix-bioinformatics-fec68c4ca87eeca4eb9e69e71fc27e0eae4dd728.tar.gz |
GN2, GN3, gn-auth, gn-uploader: Add nss-certs for python-requests
All the flask applications mentioned above make use of python-requests
library which needs the CA certificate bundle present within the
environment that each application runs in. The nss-certs package
installs the appropriate CA certificate bundles.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 8c85f90..29e8b2f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -138,6 +138,7 @@ (propagated-inputs (list csvdiff diffutils + nss-certs gemma-wrapper gn-rust-correlation python-argon2-cffi @@ -205,6 +206,7 @@ (propagated-inputs (list genenetwork3 coreutils + nss-certs gemma gemma-wrapper git @@ -459,6 +461,7 @@ python-hypothesis)) (propagated-inputs (list gunicorn + nss-certs python-redis python-flask python-pyyaml @@ -512,6 +515,7 @@ python-pytest-mock)) (propagated-inputs (list gunicorn + nss-certs python-blinker python-argon2-cffi python-authlib |