Skip to content

Commit

Permalink
pythonPackages.odo: mark as broken
Browse files Browse the repository at this point in the history
Odo is incompatible with Networkx 2.
See blaze/odo#601.
  • Loading branch information
Robert Schütz committed Mar 18, 2018
1 parent 19797d8 commit 0b6a2b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/odo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
}

0 comments on commit 0b6a2b2

Please sign in to comment.