python3.pkgs.typer: mark as broken

This commit is contained in:
Jörg Thalheim 2021-08-16 16:42:51 +02:00
parent 3224550724
commit 40b2d9c84d

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