about summary refs log tree commit diff
path: root/pkgs/tools/system/testdisk-photorec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/testdisk-photorec/default.nix')
-rw-r--r--pkgs/tools/system/testdisk-photorec/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/testdisk-photorec/default.nix b/pkgs/tools/system/testdisk-photorec/default.nix
index 5342cf857acc..06f6751213b2 100644
--- a/pkgs/tools/system/testdisk-photorec/default.nix
+++ b/pkgs/tools/system/testdisk-photorec/default.nix
@@ -9,7 +9,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "testdisk-photorec-${version}";
+  pname = "testdisk-photorec";
   version = "7.0";
   src = fetchurl {
     url = "https://www.cgsecurity.org/testdisk-${version}.tar.bz2";