diff options
author | BonfaceKilz | 2021-08-16 20:17:48 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-16 20:17:48 +0300 |
commit | 495712f5d09fcc7025787a87770f786758c03d7e (patch) | |
tree | e8fb0e3c9c14409eaa0cb37bbbdaad72bc20ccd3 /gn/packages/genenetwork.scm | |
parent | 55e6f9dd0d70f2e1a10a16353eee77af22ae92a6 (diff) | |
download | guix-bioinformatics-495712f5d09fcc7025787a87770f786758c03d7e.tar.gz |
gn: Add toolbar overlay for debugging genenetwork2
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add
python-flask-debugtoolbar
Diffstat (limited to 'gn/packages/genenetwork.scm')
-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 318b166..46f9d54 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -340,6 +340,7 @@ Graphical Fragment Assembly} files and related formats.") ("gunicorn" ,gunicorn) ("python-autopep8" ,python-autopep8) ("python-cssselect" ,python-cssselect) + ("python-flask-debugtoolbar" ,python-flask-debugtoolbar) ("python-elasticsearch" ,python-elasticsearch) ("python-htmlgen" ,python-htmlgen) ("python-jinja2" ,python-jinja2) |