12 buildPythonPackage rec {
13 pname = "dissect-ntfs";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
21 repo = "dissect.ntfs";
22 rev = "refs/tags/${version}";
23 hash = "sha256-gjmxoxz4Qf2FsCP72siEpVLeqlZfvhuFZHSGr1n+cY0=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 # Test is very time consuming
50 description = "Dissect module implementing a parser for the NTFS file system";
51 homepage = "https://github.com/fox-it/dissect.ntfs";
52 changelog = "https://github.com/fox-it/dissect.ntfs/releases/tag/${version}";
53 license = licenses.agpl3Only;
54 maintainers = with maintainers; [ fab ];