Merge pull request #205826 from figsoda/delve

delve: set meta.mainProgram
This commit is contained in:
figsoda 2022-12-12 15:35:20 -05:00 committed by GitHub
commit f172b9b96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,5 +46,6 @@ buildGoModule rec {
homepage = "https://github.com/go-delve/delve";
maintainers = with maintainers; [ SuperSandro2000 vdemeester ];
license = licenses.mit;
mainProgram = "dlv";
};
}