pythonPackages.azure: mark as broken

This commit is contained in:
Jonathan Ringer 2019-09-13 14:39:43 -07:00 committed by Frederik Rietdijk
parent 97b48dcad5
commit 1d7a33e11b

View file

@ -34,5 +34,6 @@ buildPythonPackage rec {
homepage = "https://azure.microsoft.com/en-us/develop/python/";
license = licenses.asl20;
maintainers = with maintainers; [ olcai ];
broken = true; # this should propagate over 70 azure packages, many of which are not added yet
};
}