diff options
author | pjotrp | 2018-11-03 12:52:32 +0000 |
---|---|---|
committer | pjotrp | 2018-11-03 12:52:32 +0000 |
commit | d91eb394eb9e9eaf05dbb38845fd1abe6acbcb45 (patch) | |
tree | 421c8f385ee434cf3fcb76993cada2508166d9e9 /gn | |
parent | 83963fe7ba5396855a0ce6544fd1f959235c2b79 (diff) | |
download | guix-bioinformatics-d91eb394eb9e9eaf05dbb38845fd1abe6acbcb45.tar.gz |
Add sqlite
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/edash.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index e4d3a9f..12b828a 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -169,7 +169,9 @@ 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) + )) (arguments `(#:modules ((guix build utils)) #:builder |