mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.odo: mark as broken
Odo is incompatible with Networkx 2. See https://github.com/blaze/odo/pull/601.
This commit is contained in:
parent
19797d8464
commit
0b6a2b2037
1 changed files with 4 additions and 1 deletions
|
@ -37,5 +37,8 @@ buildPythonPackage rec {
|
|||
description = "Data migration utilities";
|
||||
license = lib.licenses.bsdOriginal;
|
||||
maintainers = with lib.maintainers; [ fridh ];
|
||||
# incomaptible with Networkx 2
|
||||
# see https://github.com/blaze/odo/pull/601
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue