pythonPackages.serversyncstorage: mark as broken

This commit is contained in:
xeji 2018-04-11 13:44:01 +02:00
parent 0925b16a20
commit db93c68f80

View file

@ -35,4 +35,8 @@ buildPythonPackage rec {
pyramid sqlalchemy simplejson mozsvc cornice pyramid_hawkauth pymysql
pymysqlsa umemcache WSGIProxy requests pybrowserid
];
meta = {
broken = true; # 2018-11-04
};
}