Commit 4f01ee41 authored by Sigmanificient's avatar Sigmanificient
Browse files

tclint: fix build

parent 1b4d9311
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
  pythonRelaxDeps = [
    "importlib-metadata"
    "pathspec"
    "voluptuous"
  ];
  dependencies = with pythonPackages; [
    importlib-metadata