Loading pkgs/development/python-modules/malduck/default.nix +19 −24 Original line number Diff line number Diff line { lib , buildPythonPackage , capstone , click , cryptography , dnfile , fetchFromGitHub , pefile , pycryptodomex , pyelftools , pythonOlder , setuptools , pytestCheckHook , typing-extensions , yara-python { lib, buildPythonPackage, capstone, click, cryptography, dnfile, fetchFromGitHub, pefile, pycryptodomex, pyelftools, pythonOlder, setuptools, pytestCheckHook, typing-extensions, yara-python, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { hash = "sha256-Btx0HxiZWrb0TDpBokQGtBE2EDK0htONe/DwqlPgAd4="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ capstone Loading @@ -45,13 +44,9 @@ buildPythonPackage rec { yara-python ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "malduck" ]; pythonImportsCheck = [ "malduck" ]; meta = with lib; { description = "Helper for malware analysis"; Loading Loading
pkgs/development/python-modules/malduck/default.nix +19 −24 Original line number Diff line number Diff line { lib , buildPythonPackage , capstone , click , cryptography , dnfile , fetchFromGitHub , pefile , pycryptodomex , pyelftools , pythonOlder , setuptools , pytestCheckHook , typing-extensions , yara-python { lib, buildPythonPackage, capstone, click, cryptography, dnfile, fetchFromGitHub, pefile, pycryptodomex, pyelftools, pythonOlder, setuptools, pytestCheckHook, typing-extensions, yara-python, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { hash = "sha256-Btx0HxiZWrb0TDpBokQGtBE2EDK0htONe/DwqlPgAd4="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ capstone Loading @@ -45,13 +44,9 @@ buildPythonPackage rec { yara-python ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "malduck" ]; pythonImportsCheck = [ "malduck" ]; meta = with lib; { description = "Helper for malware analysis"; Loading