10 buildPythonPackage rec {
11 pname = "dissect-cstruct";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "dissect.cstruct";
21 hash = "sha256-iP00EcEkUWoYi+SCo/gY9LSVtCSQZ3g2wMs4Z8m+X2M=";
24 SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 pythonImportsCheck = [
40 description = "Dissect module implementing a parser for C-like structures";
41 homepage = "https://github.com/fox-it/dissect.cstruct";
42 license = licenses.agpl3Only;
43 maintainers = with maintainers; [ fab ];