diff --git a/pkgs/development/python-modules/commitizen/default.nix b/pkgs/development/python-modules/commitizen/default.nix index e3a7ee28524d..381d55fd5b02 100644 --- a/pkgs/development/python-modules/commitizen/default.nix +++ b/pkgs/development/python-modules/commitizen/default.nix @@ -46,6 +46,7 @@ buildPythonPackage rec { pythonRelaxDeps = [ "argcomplete" "decli" + "termcolor" ]; build-system = [ poetry-core ];