Merge pull request #134330 from Mic92/typer

This commit is contained in:
Sandro 2021-08-16 16:59:56 +02:00 committed by GitHub
commit d24ebde667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,9 @@ buildPythonPackage rec {
homepage = "https://typer.tiangolo.com/";
description = "Typer, build great CLIs. Easy to code. Based on Python type hints.";
license = licenses.mit;
# is incompatible with click8
# https://github.com/tiangolo/typer/issues/280
broken = true;
maintainers = [ maintainers.winpat ];
};
}