Loading pkgs/tools/security/sigma-cli/default.nix +7 −12 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -20,9 +21,7 @@ python3.pkgs.buildPythonApplication rec { --replace '= "^' '= ">=' ''; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ click Loading @@ -39,9 +38,7 @@ python3.pkgs.buildPythonApplication rec { pysigma-pipeline-windows ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; disabledTests = [ "test_plugin_list" Loading @@ -61,9 +58,7 @@ python3.pkgs.buildPythonApplication rec { "test_check_exclude" ]; pythonImportsCheck = [ "sigma.cli" ]; pythonImportsCheck = [ "sigma.cli" ]; meta = with lib; { description = "Sigma command line interface"; Loading Loading
pkgs/tools/security/sigma-cli/default.nix +7 −12 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -20,9 +21,7 @@ python3.pkgs.buildPythonApplication rec { --replace '= "^' '= ">=' ''; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ click Loading @@ -39,9 +38,7 @@ python3.pkgs.buildPythonApplication rec { pysigma-pipeline-windows ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; disabledTests = [ "test_plugin_list" Loading @@ -61,9 +58,7 @@ python3.pkgs.buildPythonApplication rec { "test_check_exclude" ]; pythonImportsCheck = [ "sigma.cli" ]; pythonImportsCheck = [ "sigma.cli" ]; meta = with lib; { description = "Sigma command line interface"; Loading