diff options
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 |