about summary refs log tree commit diff
path: root/pkgs/applications/audio/helm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/helm/default.nix')
-rw-r--r--pkgs/applications/audio/helm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/helm/default.nix b/pkgs/applications/audio/helm/default.nix
index fa76a1a26e82..d32c55122c5f 100644
--- a/pkgs/applications/audio/helm/default.nix
+++ b/pkgs/applications/audio/helm/default.nix
@@ -3,7 +3,7 @@
 
   stdenv.mkDerivation rec {
   version = "0.9.0";
-  name = "helm-${version}";
+  pname = "helm";
 
   src = fetchFromGitHub {
     owner = "mtytel";