pythonPackages.caldav: mark broken

requires xandikos package, which isn't in nixpkgs
This commit is contained in:
Jonathan Ringer 2019-12-22 15:36:27 -08:00 committed by Frederik Rietdijk
parent 1bf17675c9
commit fddccdd834

View file

@ -17,5 +17,6 @@ buildPythonPackage rec {
homepage = "https://pythonhosted.org/caldav/";
license = licenses.asl20;
maintainers = with maintainers; [ marenz ];
broken = true; # missing xandikos package
};
}