10 pname = "radicale-infcloud";
11 version = "unstable-2022-04-18";
14 src = fetchFromGitHub {
16 repo = "RadicaleInfCloud";
17 rev = "53d3a95af5b58cfa3242cef645f8d40c731a7d95";
18 hash = "sha256-xzBWIx2OOkCtBjlff1Z0VqgMhxWtgiOKutXUadT3tIo=";
21 build-system = [ setuptools ];
23 dependencies = [ radicale ];
28 pythonImportsCheck = [ "radicale" ];
31 homepage = "https://github.com/Unrud/RadicaleInfCloud/";
32 description = "Integrate InfCloud into Radicale's web interface";
33 license = with licenses; [
37 maintainers = with maintainers; [ erictapen ];