19 buildPythonPackage rec {
24 disabled = pythonOlder "3.8";
26 src = fetchFromGitHub {
27 owner = "CERT-Polska";
29 rev = "refs/tags/v${version}";
30 hash = "sha256-Btx0HxiZWrb0TDpBokQGtBE2EDK0htONe/DwqlPgAd4=";
33 build-system = [ setuptools ];
47 nativeCheckInputs = [ pytestCheckHook ];
49 pythonImportsCheck = [ "malduck" ];
52 description = "Helper for malware analysis";
53 homepage = "https://github.com/CERT-Polska/malduck";
54 changelog = "https://github.com/CERT-Polska/malduck/releases/tag/v${version}";
55 license = with licenses; [ bsd3 ];
56 maintainers = with maintainers; [ fab ];
57 mainProgram = "malduck";