13 buildPythonPackage rec {
14 pname = "dissect-extfs";
18 disabled = pythonOlder "3.12";
20 src = fetchFromGitHub {
22 repo = "dissect.extfs";
24 hash = "sha256-i6lFqtDsqPyB0FQ5DKuYTuSenZFI0+GeOQdedov+2Nw=";
32 propagatedBuildInputs = [
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "dissect.extfs" ];
41 # Archive files seems to be corrupt
45 description = "Dissect module implementing a parser for the ExtFS file system";
46 homepage = "https://github.com/fox-it/dissect.extfs";
47 changelog = "https://github.com/fox-it/dissect.extfs/releases/tag/${version}";
48 license = licenses.agpl3Only;
49 maintainers = with maintainers; [ fab ];