about summary refs log tree commit diff
path: root/pkgs/development/tools/goconvey/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/goconvey/default.nix')
-rw-r--r--pkgs/development/tools/goconvey/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/goconvey/default.nix b/pkgs/development/tools/goconvey/default.nix
index c7477d48e55a9..66b913c1d6427 100644
--- a/pkgs/development/tools/goconvey/default.nix
+++ b/pkgs/development/tools/goconvey/default.nix
@@ -23,6 +23,7 @@ buildGoModule rec {
 
   meta = {
     description = "Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go";
+    mainProgram = "goconvey";
     homepage = "https://github.com/smartystreets/goconvey";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ vdemeester ];