r2modman: specify meta.mainProgram

Thanks to @Gerg-L from PR #273430.
This commit is contained in:
Aidan Gauland 2023-12-11 17:07:59 +13:00
parent ada5e11049
commit af559e0e3c
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -114,5 +114,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ aidalgol huantian ];
inherit (electron.meta) platforms;
mainProgram = pname;
};
}