13 buildPythonPackage rec {
14 pname = "dissect-xfs";
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-VZu6XmEKYcmqGM2eJMpABRTOBxDTwsYd7Pn662kO13o=";
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "dissect.xfs" ];
41 # Archive files seems to be corrupt
45 description = "Dissect module implementing a parser for the XFS file system";
46 homepage = "https://github.com/fox-it/dissect.xfs";
47 changelog = "https://github.com/fox-it/dissect.xfs/releases/tag/${version}";
48 license = licenses.agpl3Only;
49 maintainers = with maintainers; [ fab ];