summary refs log tree commit diff
path: root/pkgs/applications/editors/vis
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/vis')
-rw-r--r--pkgs/applications/editors/vis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vis/default.nix b/pkgs/applications/editors/vis/default.nix
index 7825188fea9..5b9548df7f1 100644
--- a/pkgs/applications/editors/vis/default.nix
+++ b/pkgs/applications/editors/vis/default.nix
@@ -4,7 +4,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "vis-${version}";
+  pname = "vis";
   version  = "0.5";
 
   src = fetchFromGitHub {