Commit 99827b83 authored by chayleaf's avatar chayleaf Committed by Anderson Torres
Browse files

rizin, cutter: set meta.mainProgram

See #246386
parent 2fb2f399
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };