diff options
author | BonfaceKilz | 2020-11-05 00:46:42 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-05 00:46:42 +0300 |
commit | d7f42a9e1b659c6c7013d9c0207fbfcf449b1d30 (patch) | |
tree | 5bcaa5124749e2b4f572d3023bbf57d4e1522696 /gn | |
parent | 946bba56dfec10eb766f315fb944d31ba89f4484 (diff) | |
download | guix-bioinformatics-d7f42a9e1b659c6c7013d9c0207fbfcf449b1d30.tar.gz |
gn: bh20-seq-resource: Add python-redis
* gn/packages/bioinformatics.scm [propagated-inputs]: Add python-redis since
it's required for the twitter-feed. See:
https://github.com/BonfaceKilz/feedanalyser/
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index ecac5bf..e11d092 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -1265,6 +1265,7 @@ runApp(launch.browser=0, port=4206)~%\n" ("python-pyyaml" ,python-pyyaml) ("python-pycurl" ,python-pycurl) ("python-pyshex" ,python-pyshex) + ("python-redis" ,python-redis) ("python-ruaml.yaml" ,python38-ruaml.yaml-0.15.76) ("clustalw" ,clustalw) ("python-schema-salad" ,python-schema-salad) |