diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-09-23 10:45:38 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-09-23 10:45:38 +0200 |
| commit | 08f7638f9685a320169802147e9eae073e216c8d (patch) | |
| tree | 5ff9b0cd060445f788350158331516d324da4921 /pkgs/development/python-modules/gradient | |
| parent | Merge pull request #138988 from rycee/bump/msmtp (diff) | |
| download | nixpkgs-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.nix | 3 |
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; }; } |
