about summary refs log tree commit diff
path: root/pkgs/development/tools/prototool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/prototool/default.nix')
-rw-r--r--pkgs/development/tools/prototool/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/prototool/default.nix b/pkgs/development/tools/prototool/default.nix
index 3e7c9b0b87db..d47676fd6fa2 100644
--- a/pkgs/development/tools/prototool/default.nix
+++ b/pkgs/development/tools/prototool/default.nix
@@ -28,6 +28,7 @@ buildGoModule rec {
   meta = with lib; {
     homepage = "https://github.com/uber/prototool";
     description = "Your Swiss Army Knife for Protocol Buffers";
+    mainProgram = "prototool";
     maintainers = [ maintainers.marsam ];
     license = licenses.mit;
   };