rizin, cutter: set meta.mainProgram

See #246386
This commit is contained in:
chayleaf 2023-08-13 23:54:57 +07:00 committed by Anderson Torres
parent 2fb2f3994d
commit 99827b838f
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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;
};