diff options
author | Frederick Muriuki Muriithi | 2025-04-21 09:07:05 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-04-21 09:07:05 -0500 |
commit | 05eb39392e6eda939024eea377bd3eccbeb26516 (patch) | |
tree | bc75ec26442aa271f0aa96caea392a2a7ed50a18 | |
parent | a70b716e9d809502dd598c1332676d2153d97d96 (diff) | |
download | guix-bioinformatics-05eb39392e6eda939024eea377bd3eccbeb26516.tar.gz |
gn-uploader: Add python-lxml as a dependency.
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index c250ab7..bfd29dc 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -502,6 +502,7 @@ storage.") (list gn-libs gunicorn nss-certs + python-lxml python-redis python-flask python-pyyaml |