11 buildPythonPackage rec {
12 pname = "dissect-fat";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-xFfB7QOZ3KjsOPQ1cPTRkqb0hgD4waOq8kkSTJStQ+E=";
30 propagatedBuildInputs = [
35 # dissect.fat.exceptions.InvalidBPB: Invalid BS_jmpBoot
38 pythonImportsCheck = [
43 description = "Dissect module implementing a parser for the FAT file system";
44 homepage = "https://github.com/fox-it/dissect.fat";
45 changelog = "https://github.com/fox-it/dissect.fat/releases/tag/${version}";
46 license = licenses.agpl3Only;
47 maintainers = with maintainers; [ fab ];