11 buildPythonPackage rec {
12 pname = "dissect-cstruct";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
20 repo = "dissect.cstruct";
22 hash = "sha256-Y6maLjugnso3cc9zyiZ/6AdrftYAAImYNBDXPJdTuWc=";
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "dissect.cstruct" ];
35 description = "Dissect module implementing a parser for C-like structures";
36 homepage = "https://github.com/fox-it/dissect.cstruct";
37 changelog = "https://github.com/fox-it/dissect.cstruct/releases/tag/${version}";
38 license = licenses.agpl3Only;
39 maintainers = with maintainers; [ fab ];