diff options
author | Muriithi Frederick Muriuki | 2018-12-03 07:59:13 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-12-03 07:59:13 +0300 |
commit | 4a1ef2cc9a5d01ca26ab99ddac73cb0fa18fbd08 (patch) | |
tree | d0d4d26d5eb02cb9e45594a810e975321ca4c982 /gn/packages/edash.scm | |
parent | b249b3ce8cfe983a042e9a7815c69239877efea8 (diff) | |
parent | c1f2ddf52bb6372ae86fee65adfb8302dea3be13 (diff) | |
download | guix-bioinformatics-4a1ef2cc9a5d01ca26ab99ddac73cb0fa18fbd08.tar.gz |
Merge branch 'master' of https://gitlab.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/edash.scm')
-rw-r--r-- | gn/packages/edash.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index e4d3a9f..7d5fc63 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -169,7 +169,10 @@ interface to the Amazon Web Services (AWS) API.") ("python-sqlalchemy" ,python-sqlalchemy) ("python-flask-sqlalchemy" ,python-flask-sqlalchemy) ("python-flask-mail" ,python-flask-mail) - ("python-flask-wtf" ,python-flask-wtf))) + ("python-flask-wtf" ,python-flask-wtf) + ("sqlite" ,sqlite) + ("python-ipython" ,python-ipython) + )) (arguments `(#:modules ((guix build utils)) #:builder |