summary refs log tree commit diff
path: root/pkgs/applications/audio/redoflacs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/redoflacs')
-rw-r--r--pkgs/applications/audio/redoflacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/redoflacs/default.nix b/pkgs/applications/audio/redoflacs/default.nix
index 1918fa9e3a9..e32fd42af32 100644
--- a/pkgs/applications/audio/redoflacs/default.nix
+++ b/pkgs/applications/audio/redoflacs/default.nix
@@ -2,7 +2,7 @@
 , flac, sox }:
 
 stdenv.mkDerivation rec {
-  name = "redoflacs-${version}";
+  pname = "redoflacs";
   version = "0.30.20150202";
 
   src = fetchFromGitHub {