tclint: fix build

This commit is contained in:
Sigmanificient
2026-03-23 05:55:03 +01:00
parent 1b4d931154
commit 4f01ee4144
+1
View File
@@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
pythonRelaxDeps = [
"importlib-metadata"
"pathspec"
"voluptuous"
];
dependencies = with pythonPackages; [
importlib-metadata