7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-PGtrvZ0cQvdiswn2Bk43c3LbIZqJyvNe5rnTPw/ipUM=";
19 nativeBuildInputs = with python3.pkgs; [
23 propagatedBuildInputs = with python3.pkgs; [
29 pythonImportsCheck = [
33 # upstream has no tests
37 description = "JFFS2 filesystem extraction tool";
38 homepage = "https://github.com/onekey-sec/jefferson";
39 license = licenses.mit;
40 maintainers = with maintainers; [
44 mainProgram = "jefferson";