summary refs log tree commit diff
path: root/pkgs/games/xjump/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xjump/default.nix')
-rw-r--r--pkgs/games/xjump/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/xjump/default.nix b/pkgs/games/xjump/default.nix
index 028b5f49b66ad..dd59ebbedd946 100644
--- a/pkgs/games/xjump/default.nix
+++ b/pkgs/games/xjump/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, autoconf, automake, libX11, libXt, libXpm, libXaw, localStateDir?null }:
 
 stdenv.mkDerivation rec {
-  name = "xjump-${version}";
+  pname = "xjump";
   version = "2.9.3";
   src = fetchFromGitHub {
     owner = "hugomg";