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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/goconvey/default.nix b/pkgs/development/tools/goconvey/default.nix
index fcdb56460e19..1c4dd00b95e0 100644
--- a/pkgs/development/tools/goconvey/default.nix
+++ b/pkgs/development/tools/goconvey/default.nix
@@ -1,7 +1,7 @@
 { stdenv, buildGoPackage, fetchFromGitHub }:
 
 buildGoPackage rec {
-  name = "goconvey-${version}";
+  pname = "goconvey";
   version = "1.6.3";
 
   goPackagePath = "github.com/smartystreets/goconvey";