python39Packages.graspologic: mark as broken

This commit is contained in:
Fabian Affolter 2022-05-25 16:13:40 +02:00
parent f197bd6e34
commit 9102b1cc65

View File

@ -45,5 +45,7 @@ buildPythonPackage rec {
description = "A package for graph statistical algorithms";
license = licenses.asl20; # changing to `licenses.mit` in next release
maintainers = with maintainers; [ bcdarwin ];
# graspologic-native is not available
broken = true;
};
}