aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/audio/fluidsynth
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2018-12-18 09:30:32 +0100
committerLinus Heckemann <git@sphalerite.org>2018-12-18 09:30:32 +0100
commit6bdcc10767dd0c3c96ad1a3c24b4bae38bea3fe1 (patch)
treeef2e81b14e1ec45bc89e9f8f20d234d2726ea6cd /pkgs/applications/audio/fluidsynth
parent86fac8b52863dac169f92c9b5abb286244a8db28 (diff)
fluidsynth: keep version
This avoids a mass-rebuild for packages which depend on fluidsynth 2.x.
Diffstat (limited to 'pkgs/applications/audio/fluidsynth')
-rw-r--r--pkgs/applications/audio/fluidsynth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/fluidsynth/default.nix b/pkgs/applications/audio/fluidsynth/default.nix
index 8727c49398e4..d40544a0fa40 100644
--- a/pkgs/applications/audio/fluidsynth/default.nix
+++ b/pkgs/applications/audio/fluidsynth/default.nix
@@ -21,6 +21,7 @@ with versionMap.${version};
stdenv.mkDerivation rec {
name = "fluidsynth-${fluidsynthVersion}";
+ version = fluidsynthVersion;
src = fetchFromGitHub {
owner = "FluidSynth";