about summary refs log tree commit diff
path: root/gn
diff options
context:
space:
mode:
authorBonfaceKilz2021-08-16 20:17:48 +0300
committerBonfaceKilz2021-08-16 20:17:48 +0300
commit495712f5d09fcc7025787a87770f786758c03d7e (patch)
treee8fb0e3c9c14409eaa0cb37bbbdaad72bc20ccd3 /gn
parent55e6f9dd0d70f2e1a10a16353eee77af22ae92a6 (diff)
downloadguix-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')
-rw-r--r--gn/packages/genenetwork.scm1
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)