Merge pull request #299862 from khaneliman/netcoredbg

netcoredbg: add meta.mainProgram
This commit is contained in:
Nick Cao 2024-03-29 10:23:07 -04:00 committed by GitHub
commit c779fa34ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/Samsung/netcoredbg";
license = licenses.mit;
platforms = platforms.unix;
mainProgram = "netcoredbg";
maintainers = with maintainers; [ leo60228 konradmalik ];
};
}