Loading pkgs/tools/security/knowsmore/default.nix +10 −21 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -20,17 +21,11 @@ python3.pkgs.buildPythonApplication rec { "urllib3" ]; pythonRemoveDeps = [ "bs4" ]; pythonRemoveDeps = [ "bs4" ]; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ aioconsole Loading @@ -50,17 +45,11 @@ python3.pkgs.buildPythonApplication rec { xmltodict ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; pythonImportsCheck = [ "knowsmore" ]; pythonImportsCheck = [ "knowsmore" ]; pytestFlagsArray = [ "tests/tests*" ]; pytestFlagsArray = [ "tests/tests*" ]; meta = with lib; { description = "Tool for pentesting Microsoft Active Directory"; Loading Loading
pkgs/tools/security/knowsmore/default.nix +10 −21 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -20,17 +21,11 @@ python3.pkgs.buildPythonApplication rec { "urllib3" ]; pythonRemoveDeps = [ "bs4" ]; pythonRemoveDeps = [ "bs4" ]; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ setuptools ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; [ aioconsole Loading @@ -50,17 +45,11 @@ python3.pkgs.buildPythonApplication rec { xmltodict ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ]; pythonImportsCheck = [ "knowsmore" ]; pythonImportsCheck = [ "knowsmore" ]; pytestFlagsArray = [ "tests/tests*" ]; pytestFlagsArray = [ "tests/tests*" ]; meta = with lib; { description = "Tool for pentesting Microsoft Active Directory"; Loading