Merge pull request #139127 from fabaff/broken-gradient

This commit is contained in:
Sandro 2021-09-23 21:12:22 +02:00 committed by GitHub
commit b6cfedd6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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