mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
pythonPackages.descartes: mark broken
This commit is contained in:
parent
40a88de407
commit
c8a1ce0fca
@ -21,5 +21,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://bitbucket.org/sgillies/descartes/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ knedlsepp ];
|
||||
# all tests are failing
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user