Loading nixos/tests/radicale.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ let port = "5232"; filesystem_folder = "/data/radicale"; cli = "${pkgs.calendar-cli}/bin/calendar-cli --caldav-user ${user} --caldav-pass ${password}"; cli = "${lib.getExe pkgs.calendar-cli} --caldav-user ${user} --caldav-pass ${password}"; in { name = "radicale3"; meta.maintainers = with lib.maintainers; [ dotlambda ]; Loading pkgs/development/python-modules/recurring-ical-events/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "recurring-ical-events"; version = "2.1.3"; version = "2.2.0"; disabled = pythonOlder "3.7"; Loading @@ -25,14 +25,14 @@ buildPythonPackage rec { owner = "niccokunzmann"; repo = "python-recurring-ical-events"; rev = "v${version}"; hash = "sha256-K2pflwHpzuYDMNUB7YQu6NX21O0aOwRChBgjdiwFQ+Y="; hash = "sha256-Njd+sc35jlA96iVf2uuVN2BK92ctwUDfBAUfpgqtPs0="; }; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ icalendar pytz python-dateutil Loading pkgs/tools/networking/calendar-cli/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ python3.pkgs.buildPythonApplication rec { pname = "calendar-cli"; version = "1.0.1"; pyproject = true; src = fetchFromGitHub { owner = "tobixen"; Loading @@ -15,7 +16,11 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-w35ySLnfxXZR/a7BrPLYqXs2kqkuYhh5PcgNxJqjDtE="; }; propagatedBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ icalendar caldav pytz Loading @@ -36,6 +41,7 @@ python3.pkgs.buildPythonApplication rec { description = "Simple command-line CalDav client"; homepage = "https://github.com/tobixen/calendar-cli"; license = licenses.gpl3Plus; mainProgram = "calendar-cli"; maintainers = with maintainers; [ dotlambda ]; }; } Loading
nixos/tests/radicale.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ let port = "5232"; filesystem_folder = "/data/radicale"; cli = "${pkgs.calendar-cli}/bin/calendar-cli --caldav-user ${user} --caldav-pass ${password}"; cli = "${lib.getExe pkgs.calendar-cli} --caldav-user ${user} --caldav-pass ${password}"; in { name = "radicale3"; meta.maintainers = with lib.maintainers; [ dotlambda ]; Loading
pkgs/development/python-modules/recurring-ical-events/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "recurring-ical-events"; version = "2.1.3"; version = "2.2.0"; disabled = pythonOlder "3.7"; Loading @@ -25,14 +25,14 @@ buildPythonPackage rec { owner = "niccokunzmann"; repo = "python-recurring-ical-events"; rev = "v${version}"; hash = "sha256-K2pflwHpzuYDMNUB7YQu6NX21O0aOwRChBgjdiwFQ+Y="; hash = "sha256-Njd+sc35jlA96iVf2uuVN2BK92ctwUDfBAUfpgqtPs0="; }; nativeBuildInputs = [ build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ icalendar pytz python-dateutil Loading
pkgs/tools/networking/calendar-cli/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ python3.pkgs.buildPythonApplication rec { pname = "calendar-cli"; version = "1.0.1"; pyproject = true; src = fetchFromGitHub { owner = "tobixen"; Loading @@ -15,7 +16,11 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-w35ySLnfxXZR/a7BrPLYqXs2kqkuYhh5PcgNxJqjDtE="; }; propagatedBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [ setuptools ]; dependencies = with python3.pkgs; [ icalendar caldav pytz Loading @@ -36,6 +41,7 @@ python3.pkgs.buildPythonApplication rec { description = "Simple command-line CalDav client"; homepage = "https://github.com/tobixen/calendar-cli"; license = licenses.gpl3Plus; mainProgram = "calendar-cli"; maintainers = with maintainers; [ dotlambda ]; }; }