summary refs log tree commit diff
path: root/pkgs/games/easyrpg-player/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/easyrpg-player/default.nix')
-rw-r--r--pkgs/games/easyrpg-player/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/easyrpg-player/default.nix b/pkgs/games/easyrpg-player/default.nix
index c8b85da213a..1ebe219a736 100644
--- a/pkgs/games/easyrpg-player/default.nix
+++ b/pkgs/games/easyrpg-player/default.nix
@@ -4,7 +4,7 @@
 , mpg123 ? null, opusfile ? null, pcre, pixman, SDL2_mixer, speexdsp ? null, wildmidi ? null, zlib }:
 
 stdenv.mkDerivation rec {
-  name = "easyrpg-player-${version}";
+  pname = "easyrpg-player";
   version = "0.6.0";
 
   src = fetchFromGitHub {