From 9102b1cc65c05edb0ada9b1391c942bb3862dfd4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 25 May 2022 16:13:40 +0200 Subject: [PATCH] python39Packages.graspologic: mark as broken --- pkgs/development/python-modules/graspologic/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/graspologic/default.nix b/pkgs/development/python-modules/graspologic/default.nix index 1a246461e5f7..f16ba5fc4c77 100644 --- a/pkgs/development/python-modules/graspologic/default.nix +++ b/pkgs/development/python-modules/graspologic/default.nix @@ -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; }; }