3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.kmapper: mark broken

This commit is contained in:
natsukium 2023-05-30 22:45:30 +09:00
parent e6b69f6257
commit 3b14106176
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -45,5 +45,6 @@ buildPythonPackage rec {
homepage = "https://kepler-mapper.scikit-tda.org/";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}