about summary refs log tree commit diff
path: root/pkgs/games/quake2/yquake2/wrapper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/quake2/yquake2/wrapper.nix')
-rw-r--r--pkgs/games/quake2/yquake2/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/quake2/yquake2/wrapper.nix b/pkgs/games/quake2/yquake2/wrapper.nix
index 8cd1044456ac..9ab086f96a21 100644
--- a/pkgs/games/quake2/yquake2/wrapper.nix
+++ b/pkgs/games/quake2/yquake2/wrapper.nix
@@ -12,7 +12,7 @@ let
   };
 
 in stdenv.mkDerivation {
-  inherit name;
+  name = "${name}-${stdenv.lib.getVersion yquake2}";
 
   nativeBuildInputs = [ makeWrapper ];