From 2b4c1157a95a6b59980404a49038b1655517ed19 Mon Sep 17 00:00:00 2001 From: CnTeng Date: Sat, 19 Apr 2025 17:46:52 +0800 Subject: [PATCH] commitizen: fix build --- pkgs/development/python-modules/commitizen/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ];