python3Packages.gradient: mark as broken

This commit is contained in:
Fabian Affolter 2021-09-23 10:45:38 +02:00
parent ea8ff5a129
commit 08f7638f96

View File

@ -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;
};
}