python3Packages.gradient: mark as broken
This commit is contained in:
parent
ea8ff5a129
commit
08f7638f96
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user