about summary refs log tree commit diff
path: root/pkgs/applications/networking/gopher/gopherclient/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/gopher/gopherclient/default.nix')
-rw-r--r--pkgs/applications/networking/gopher/gopherclient/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/gopher/gopherclient/default.nix b/pkgs/applications/networking/gopher/gopherclient/default.nix
index d36533fc9e5e6..45d9235afc98d 100644
--- a/pkgs/applications/networking/gopher/gopherclient/default.nix
+++ b/pkgs/applications/networking/gopher/gopherclient/default.nix
@@ -1,7 +1,7 @@
 { stdenv, buildGoPackage, fetchgit, makeWrapper, pkgconfig, qtbase, qtdeclarative, qtwebengine }:
 
 buildGoPackage rec {
-  name = "gopherclient-${version}";
+  pname = "gopherclient";
   version = "2016-10-02";
   rev = "91c41b5542d08001636708e2a5054521a6004702";