about summary refs log tree commit diff
path: root/pkgs/games/commandergenius/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/commandergenius/default.nix')
-rw-r--r--pkgs/games/commandergenius/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/commandergenius/default.nix b/pkgs/games/commandergenius/default.nix
index a38678882c860..56164cfc017f0 100644
--- a/pkgs/games/commandergenius/default.nix
+++ b/pkgs/games/commandergenius/default.nix
@@ -3,7 +3,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "commandergenius-${version}";
+  pname = "commandergenius";
   version = "2.3.3";
 
   src = fetchFromGitLab {