about summary refs log tree commit diff
path: root/pkgs/development/mobile/imgpatchtools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile/imgpatchtools/default.nix')
-rw-r--r--pkgs/development/mobile/imgpatchtools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/mobile/imgpatchtools/default.nix b/pkgs/development/mobile/imgpatchtools/default.nix
index 9cee1c9e5dee8..706fa2c65998a 100644
--- a/pkgs/development/mobile/imgpatchtools/default.nix
+++ b/pkgs/development/mobile/imgpatchtools/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchzip, bzip2, openssl, zlib }:
 
 stdenv.mkDerivation rec {
-  name = "imgpatchtools-${version}";
+  pname = "imgpatchtools";
   version = "0.3";
 
   src = fetchzip {