11 buildPythonPackage rec {
12 pname = "dissect-jffs";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
20 repo = "dissect.jffs";
21 rev = "refs/tags/${version}";
22 hash = "sha256-jzSPR4pkvXRQ3Q/qL7Oa3mLX3hW2IhbXuuO0jTc8Gvg=";
30 propagatedBuildInputs = [
35 # Test file handling fails
38 pythonImportsCheck = [
43 description = "Dissect module implementing a parser for the JFFS2 file system";
44 homepage = "https://github.com/fox-it/dissect.jffs";
45 changelog = "https://github.com/fox-it/dissect.jffs/releases/tag/${version}";
46 license = licenses.agpl3Only;
47 maintainers = with maintainers; [ fab ];