Merge pull request #174522 from fabaff/graspologic-fix

This commit is contained in:
Sandro 2022-05-27 02:34:11 +02:00 committed by GitHub
commit 0d3ef9dba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}