about summary refs log tree commit diff
path: root/pkgs/applications/audio/i-score/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/i-score/default.nix')
-rw-r--r--pkgs/applications/audio/i-score/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/i-score/default.nix b/pkgs/applications/audio/i-score/default.nix
index 69fc4b419c06..2cc39e649434 100644
--- a/pkgs/applications/audio/i-score/default.nix
+++ b/pkgs/applications/audio/i-score/default.nix
@@ -27,7 +27,7 @@
 
 stdenv.mkDerivation rec {
   version = "1.0.0-b31";
-  name = "i-score-${version}";
+  pname = "i-score";
 
   src = fetchFromGitHub {
     owner = "OSSIA";