diff options
author | BonfaceKilz | 2021-10-27 17:16:59 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-27 17:16:59 +0300 |
commit | 819343a9fff1021bdcbffa5b125e885bb88524ba (patch) | |
tree | 5996a2331dd448388424e84853a5470ad1144589 /gn | |
parent | 8628d5ff1efeed6d7bcf5ecb0f189408b5c24f29 (diff) | |
download | guix-bioinformatics-819343a9fff1021bdcbffa5b125e885bb88524ba.tar.gz |
gn: genenetwork: Add python-deprecated
Only used when deemed necessary.
Diffstat (limited to 'gn')
-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 42baeaf..563bd27 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -186,6 +186,7 @@ ("glibc-utf8-locales" ,glibc-utf8-locales) ("nginx" ,nginx) ("python" ,python-wrapper) + ("python-deprecated" ,python-deprecated) ("python-pillow" ,python-pillow) ("python-coverage" ,python-coverage) ("python-configparser" ,python-configparser) ;; maintenance/scripts |