10 buildPythonPackage rec {
11 pname = "dissect-cstruct";
15 disabled = pythonOlder "3.9";
17 src = fetchFromGitHub {
19 repo = "dissect.cstruct";
20 rev = "refs/tags/${version}";
21 hash = "sha256-QfnvWCI67y8GdCfXIRaehzb26IVZ8N0muUnNpr1NGJo=";
33 pythonImportsCheck = [
38 description = "Dissect module implementing a parser for C-like structures";
39 homepage = "https://github.com/fox-it/dissect.cstruct";
40 changelog = "https://github.com/fox-it/dissect.cstruct/releases/tag/${version}";
41 license = licenses.agpl3Only;
42 maintainers = with maintainers; [ fab ];