forked from mirrors/nixpkgs
pythonPackages.promegranate: mark as broken
"pomegranate does not yet work with networkx 2.0"
This commit is contained in:
parent
1977a2d5ee
commit
882cf122be
|
@ -3,7 +3,6 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pomegranate";
|
pname = "pomegranate";
|
||||||
version = "0.8.1";
|
version = "0.8.1";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
@ -21,5 +20,9 @@ buildPythonPackage rec {
|
||||||
homepage = https://github.com/jmschrei/pomegranate;
|
homepage = https://github.com/jmschrei/pomegranate;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ rybern ];
|
maintainers = with maintainers; [ rybern ];
|
||||||
|
|
||||||
|
# "pomegranate does not yet work with networkx 2.0"
|
||||||
|
# see https://github.com/jmschrei/pomegranate/issues/209
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue