30 buildPythonPackage rec {
35 disabled = pythonOlder "3.7";
37 src = fetchFromGitHub {
41 hash = "sha256-DtiaBKQtz6CgU1csfGhCw0LJLoiKwyH6N6b7/elpJkU=";
44 SETUPTOOLS_SCM_PRETEND_VERSION = version;
51 propagatedBuildInputs = [
73 ] ++ dissect-target.optional-dependencies.full;
78 pythonImportsCheck = [
83 description = "Dissect meta module";
84 homepage = "https://github.com/fox-it/dissect";
85 license = licenses.agpl3Only;
86 maintainers = with maintainers; [ fab ];