summary refs log tree commit diff
path: root/pkgs/applications/audio/shntool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/shntool/default.nix')
-rw-r--r--pkgs/applications/audio/shntool/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/shntool/default.nix b/pkgs/applications/audio/shntool/default.nix
index 8645251b384..dc8d95d2c49 100644
--- a/pkgs/applications/audio/shntool/default.nix
+++ b/pkgs/applications/audio/shntool/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   version = "3.0.10";
-  name = "shntool-${version}";
+  pname = "shntool";
 
   src = fetchurl {
     url = http://www.etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz;