summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gradient
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-09-23 10:45:38 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-09-23 10:45:38 +0200
commit08f7638f9685a320169802147e9eae073e216c8d (patch)
tree5ff9b0cd060445f788350158331516d324da4921 /pkgs/development/python-modules/gradient
parentMerge pull request #138988 from rycee/bump/msmtp (diff)
downloadnixpkgs-08f7638f9685a320169802147e9eae073e216c8d.tar.gz
python3Packages.gradient: mark as broken
Diffstat (limited to 'pkgs/development/python-modules/gradient')
-rw-r--r--pkgs/development/python-modules/gradient/default.nix3
1 files changed, 3 insertions, 0 deletions
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;
};
}