Loading pkgs/development/tools/analysis/checkov/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -40,10 +40,13 @@ python3.pkgs.buildPythonApplication rec { ]; build-system = with python3.pkgs; [ pythonRelaxDepsHook setuptools-scm ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ aiodns aiohttp Loading Loading
pkgs/development/tools/analysis/checkov/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -40,10 +40,13 @@ python3.pkgs.buildPythonApplication rec { ]; build-system = with python3.pkgs; [ pythonRelaxDepsHook setuptools-scm ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ aiodns aiohttp Loading