diff options
author | Alexander Kabui | 2022-02-09 14:02:04 +0300 |
---|---|---|
committer | Arun Isaac | 2022-02-09 17:45:28 +0530 |
commit | 8bf29eff772fbc939b4802b6b64b35da925caa3b (patch) | |
tree | 555a331632e757b8072f5321fdf179b166f26651 /gn | |
parent | 48b66336e222ef9fb88a6515377397f8283709db (diff) | |
download | guix-bioinformatics-8bf29eff772fbc939b4802b6b64b35da925caa3b.tar.gz |
gn: genenetwork2: Add python-ijson.
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add
python-ijson.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
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 89fe6e5..b084ed5 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -216,6 +216,7 @@ ("python-cssselect" ,python-cssselect) ("python-flask-debugtoolbar" ,python-flask-debugtoolbar) ("python-htmlgen" ,python-htmlgen) + ("python-ijson" ,python-ijson) ("python-jinja2" ,python-jinja2) ("python-sqlalchemy" ,python-sqlalchemy) ("python-setuptools" ,python-setuptools) |