1 { lib, fetchFromGitHub, buildPythonPackage, radicale }:
4 pname = "radicale-infcloud";
5 version = "unstable-2022-04-18";
8 src = fetchFromGitHub {
10 repo = "RadicaleInfCloud";
11 rev = "53d3a95af5b58cfa3242cef645f8d40c731a7d95";
12 hash = "sha256-xzBWIx2OOkCtBjlff1Z0VqgMhxWtgiOKutXUadT3tIo=";
15 propagatedBuildInputs = [ radicale ];
20 pythonImportsCheck = [ "radicale" ];
23 homepage = "https://github.com/Unrud/RadicaleInfCloud/";
24 description = "Integrate InfCloud into Radicale's web interface";
25 license = with licenses; [ agpl3Plus gpl3 ];
26 maintainers = with maintainers; [ erictapen ];