python3.pkgs.typer: mark as broken
This commit is contained in:
parent
3224550724
commit
40b2d9c84d
1 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue