mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Merge pull request #205826 from figsoda/delve
delve: set meta.mainProgram
This commit is contained in:
commit
f172b9b96c
@ -46,5 +46,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/go-delve/delve";
|
||||
maintainers = with maintainers; [ SuperSandro2000 vdemeester ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "dlv";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user