Loading pkgs/development/tools/analysis/rizin/cutter.nix +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ let cutter = mkDerivation rec { description = "Free and Open Source Reverse Engineering Platform powered by rizin"; homepage = src.meta.homepage; license = licenses.gpl3; mainProgram = "cutter"; maintainers = with maintainers; [ mic92 dtzWill ]; }; }; in cutter pkgs/development/tools/analysis/rizin/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ let rizin = stdenv.mkDerivation rec { description = "UNIX-like reverse engineering framework and command-line toolset."; homepage = "https://rizin.re/"; license = lib.licenses.gpl3Plus; mainProgram = "rizin"; maintainers = with lib.maintainers; [ raskin makefu mic92 ]; platforms = with lib.platforms; unix; }; Loading Loading
pkgs/development/tools/analysis/rizin/cutter.nix +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ let cutter = mkDerivation rec { description = "Free and Open Source Reverse Engineering Platform powered by rizin"; homepage = src.meta.homepage; license = licenses.gpl3; mainProgram = "cutter"; maintainers = with maintainers; [ mic92 dtzWill ]; }; }; in cutter
pkgs/development/tools/analysis/rizin/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ let rizin = stdenv.mkDerivation rec { description = "UNIX-like reverse engineering framework and command-line toolset."; homepage = "https://rizin.re/"; license = lib.licenses.gpl3Plus; mainProgram = "rizin"; maintainers = with lib.maintainers; [ raskin makefu mic92 ]; platforms = with lib.platforms; unix; }; Loading