pythonPackages.caldav: mark broken

requires xandikos package, which isn't in nixpkgs
This commit is contained in:
Jonathan Ringer
2019-12-30 16:46:52 +01:00
committed by Frederik Rietdijk
parent 1bf17675c9
commit fddccdd834
@@ -17,5 +17,6 @@ buildPythonPackage rec {
homepage = "https://pythonhosted.org/caldav/";
license = licenses.asl20;
maintainers = with maintainers; [ marenz ];
broken = true; # missing xandikos package
};
}