khal: Add sqlite3 to dependencies

This commit is contained in:
Jascha Geerds
2015-05-30 01:04:56 +02:00
parent 2a0b05a238
commit 446c9fefff

View File

@@ -22,6 +22,7 @@ pythonPackages.buildPythonPackage rec {
requests_toolbelt
tzlocal
urwid
python.modules.sqlite3
];
meta = {