6 python3.pkgs.buildPythonApplication rec {
7 pname = "calendar-cli";
10 src = fetchFromGitHub {
12 repo = "calendar-cli";
14 sha256 = "0qjld2m7hl3dx90491pqbjcja82c1f5gwx274kss4lkb8aw0kmlv";
17 propagatedBuildInputs = with python3.pkgs; [
25 # tests require networking
29 description = "Simple command-line CalDav client";
30 homepage = "https://github.com/tobixen/calendar-cli";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [ dotlambda ];