36 buildPythonPackage rec {
41 disabled = pythonOlder "3.9";
43 src = fetchFromGitHub {
46 rev = "refs/tags/${version}";
47 hash = "sha256-cnNaqXECePP2DmLRAm/Fi9m88rYSsVVMrpcqYd0iL1E=";
50 pythonRelaxDeps = true;
58 propagatedBuildInputs = [
85 ] ++ dissect-target.optional-dependencies.full;
90 pythonImportsCheck = [
95 description = "Dissect meta module";
96 homepage = "https://github.com/fox-it/dissect";
97 changelog = "https://github.com/fox-it/dissect/releases/tag/${version}";
98 license = licenses.agpl3Only;
99 maintainers = with maintainers; [ fab ];