12 buildPythonPackage rec {
13 pname = "dissect-extfs";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
21 repo = "dissect.extfs";
22 rev = "refs/tags/${version}";
23 hash = "sha256-xZEULUm0I754f9MEIUZEua76SaY/WMFp4Q5BMNZ8fWU=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
44 # Archive files seems to be corrupt
48 description = "Dissect module implementing a parser for the ExtFS file system";
49 homepage = "https://github.com/fox-it/dissect.extfs";
50 changelog = "https://github.com/fox-it/dissect.extfs/releases/tag/${version}";
51 license = licenses.agpl3Only;
52 maintainers = with maintainers; [ fab ];