Skip to content

Commit

Permalink
pythonPackages.promegranate: mark as broken
Browse files Browse the repository at this point in the history
"pomegranate does not yet work with networkx 2.0"
  • Loading branch information
Robert Schütz committed Feb 22, 2018
1 parent 1977a2d commit 882cf12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/pomegranate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
buildPythonPackage rec {
pname = "pomegranate";
version = "0.8.1";
name = "${pname}-${version}";

src = fetchFromGitHub {
repo = pname;
Expand All @@ -21,5 +20,9 @@ buildPythonPackage rec {
homepage = https://github.com/jmschrei/pomegranate;
license = licenses.mit;
maintainers = with maintainers; [ rybern ];

# "pomegranate does not yet work with networkx 2.0"
# see https://github.com/jmschrei/pomegranate/issues/209
broken = true;
};
}

0 comments on commit 882cf12

Please sign in to comment.