summary refs log tree commit diff
path: root/pkgs/applications/audio/musescore/darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/musescore/darwin.nix')
-rw-r--r--pkgs/applications/audio/musescore/darwin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/musescore/darwin.nix b/pkgs/applications/audio/musescore/darwin.nix
index 6f81ebbb8f1e7..8b08aed62b8b1 100644
--- a/pkgs/applications/audio/musescore/darwin.nix
+++ b/pkgs/applications/audio/musescore/darwin.nix
@@ -9,7 +9,7 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "musescore-darwin";
-  version = "${concatStringsSep "." versionComponents}";
+  version = concatStringsSep "." versionComponents;
 
   src = fetchurl {
     url =  "ftp://ftp.osuosl.org/pub/musescore/releases/MuseScore-${concatStringsSep "." (take 3 versionComponents)}/MuseScore-${version}.dmg";