Loading pkgs/by-name/je/jefferson/package.nix +5 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, gitUpdater, python3, }: Loading Loading @@ -35,6 +36,10 @@ python3.pkgs.buildPythonApplication rec { # upstream has no tests doCheck = false; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; }; meta = with lib; { description = "JFFS2 filesystem extraction tool"; homepage = "https://github.com/onekey-sec/jefferson"; Loading Loading
pkgs/by-name/je/jefferson/package.nix +5 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, gitUpdater, python3, }: Loading Loading @@ -35,6 +36,10 @@ python3.pkgs.buildPythonApplication rec { # upstream has no tests doCheck = false; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; }; meta = with lib; { description = "JFFS2 filesystem extraction tool"; homepage = "https://github.com/onekey-sec/jefferson"; Loading