From 08f7638f9685a320169802147e9eae073e216c8d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 23 Sep 2021 10:45:38 +0200 Subject: [PATCH] python3Packages.gradient: mark as broken --- pkgs/development/python-modules/gradient/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/gradient/default.nix b/pkgs/development/python-modules/gradient/default.nix index 7e47faadc0e2..a0788070a965 100644 --- a/pkgs/development/python-modules/gradient/default.nix +++ b/pkgs/development/python-modules/gradient/default.nix @@ -67,5 +67,8 @@ buildPythonPackage rec { license = licenses.isc; platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice ]; + # There is no support for click > 8 + # https://github.com/Paperspace/gradient-cli/issues/368 + broken = true; }; }