Unverified Commit af559e0e authored by Aidan Gauland's avatar Aidan Gauland
Browse files

r2modman: specify meta.mainProgram

Thanks to @Gerg-L from PR #273430.
parent ada5e110
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,5 +114,6 @@ stdenv.mkDerivation rec {
    license = licenses.mit;
    maintainers = with maintainers; [ aidalgol huantian ];
    inherit (electron.meta) platforms;
    mainProgram = pname;
  };
}