8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
17 hash = "sha256-KRVByUXiTx5sX7LDgtOlVky8UH5HThaaldvOpeeHd7k=";
20 build-system = with python3.pkgs; [
32 pytz # https://github.com/Kozea/Radicale/issues/816
35 ++ passlib.optional-dependencies.bcrypt;
37 __darwinAllowLocalNetworking = true;
39 nativeCheckInputs = with python3.pkgs; [
45 inherit (nixosTests) radicale;
49 homepage = "https://radicale.org/v3.html";
50 changelog = "https://github.com/Kozea/Radicale/blob/${src.rev}/CHANGELOG.md";
51 description = "CalDAV and CardDAV server";
52 license = lib.licenses.gpl3Plus;
53 maintainers = with lib.maintainers; [