1 { lib, fetchurl, buildPythonApplication, python-dateutil,
2 sqlalchemy, setproctitle, icalendar }:
4 buildPythonApplication rec {
9 url = "https://yokadi.github.io/download/${pname}-${version}.tar.gz";
10 sha256 = "681c8aa52b2e4b5255e1311e76b4b81dcb63ee7f6ca3a47178e684c06baf330f";
13 propagatedBuildInputs = [
20 # Yokadi doesn't have any tests
24 description = "Command line oriented, sqlite powered, todo-list";
25 homepage = "https://yokadi.github.io/index.html";
26 license = licenses.gpl3Plus;
27 maintainers = [ maintainers.nkpvk ];