Disable radicale patch.

This commit is contained in:
Gabriel Ebner 2022-09-29 06:39:38 -07:00
parent b89904422f
commit 26b98e4131
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ in
services.radicale = {
enable = true;
package = pkgs.radicale3.overrideDerivation (_: {
patches = [ ./radicale1249.patch ];
#patches = [ ./radicale1249.patch ];
doCheck = false;
pytestCheckPhase = "true";
});