radicale-infcloud: fix radicale >=3.2 compatibility

See: https://github.com/Unrud/RadicaleInfCloud/pull/27
This commit is contained in:
aqxa1
2025-02-06 14:19:34 +11:00
parent c6e957d81b
commit 0740efbb32
@@ -1,6 +1,7 @@
{
lib,
fetchFromGitHub,
fetchpatch,
buildPythonPackage,
radicale,
setuptools,
@@ -18,6 +19,14 @@ buildPythonPackage {
hash = "sha256-xzBWIx2OOkCtBjlff1Z0VqgMhxWtgiOKutXUadT3tIo=";
};
patches = [
# Radicale >=3.2 compatibility fix: https://github.com/Unrud/RadicaleInfCloud/pull/27
(fetchpatch {
url = "https://github.com/Unrud/RadicaleInfCloud/commit/c7487d34a544a499b751fdc92b01196edef599c6.patch";
sha256 = "sha256-H5cSKFYQhC7+zpdbi0ojU8UlRJnldXtxv6d8gJ8D39w=";
})
];
build-system = [ setuptools ];
dependencies = [ radicale ];