mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-04 06:42:33 +03:00
pythonPackages.serversyncstorage: mark as broken
This commit is contained in:
parent
0925b16a20
commit
db93c68f80
1 changed files with 4 additions and 0 deletions
|
@ -35,4 +35,8 @@ buildPythonPackage rec {
|
||||||
pyramid sqlalchemy simplejson mozsvc cornice pyramid_hawkauth pymysql
|
pyramid sqlalchemy simplejson mozsvc cornice pyramid_hawkauth pymysql
|
||||||
pymysqlsa umemcache WSGIProxy requests pybrowserid
|
pymysqlsa umemcache WSGIProxy requests pybrowserid
|
||||||
];
|
];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
broken = true; # 2018-11-04
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue