mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
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 {
|
||||
pname = "pomegranate";
|
||||
version = "0.8.1";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = pname;
|
||||
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user