Loading pkgs/development/python-modules/pysigma-pipeline-crowdstrike/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "sigma.pipelines.crowdstrike" ]; disabledTests = [ # Windows binary not mocked "test_crowdstrike_pipeline_parentimage" ]; meta = with lib; { description = "Library to support CrowdStrike pipeline for pySigma"; homepage = "https://github.com/SigmaHQ/pySigma-pipeline-crowdstrike"; Loading Loading
pkgs/development/python-modules/pysigma-pipeline-crowdstrike/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "sigma.pipelines.crowdstrike" ]; disabledTests = [ # Windows binary not mocked "test_crowdstrike_pipeline_parentimage" ]; meta = with lib; { description = "Library to support CrowdStrike pipeline for pySigma"; homepage = "https://github.com/SigmaHQ/pySigma-pipeline-crowdstrike"; Loading