summary refs log tree commit diff
path: root/pkgs/games/amoeba/data.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/amoeba/data.nix')
-rw-r--r--pkgs/games/amoeba/data.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/amoeba/data.nix b/pkgs/games/amoeba/data.nix
index b5c7f4b730b..fcde2d591f1 100644
--- a/pkgs/games/amoeba/data.nix
+++ b/pkgs/games/amoeba/data.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "amoeba-data-${version}";
+  pname = "amoeba-data";
   version = "1.1";
 
   src = fetchurl {