12 buildPythonPackage rec {
13 pname = "dissect-ntfs";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "dissect.ntfs";
23 hash = "sha256-hZz/v6qLZnbsZkS/cBU/to4XmZNgUJQwCaPkY2ebl4Q=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 # Test is very time consuming
52 description = "Dissect module implementing a parser for the NTFS file system";
53 homepage = "https://github.com/fox-it/dissect.ntfs";
54 license = licenses.agpl3Only;
55 maintainers = with maintainers; [ fab ];