python3Packages.radicale-infcloud: fix radicale >=3.2 compatibility (#379017)

This commit is contained in:
Michael Daniels
2026-02-15 15:08:59 +00:00
committed by GitHub
@@ -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 ];