fluidsynth: keep version
This avoids a mass-rebuild for packages which depend on fluidsynth 2.x.
This commit is contained in:
@@ -21,6 +21,7 @@ with versionMap.${version};
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fluidsynth-${fluidsynthVersion}";
|
name = "fluidsynth-${fluidsynthVersion}";
|
||||||
|
version = fluidsynthVersion;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FluidSynth";
|
owner = "FluidSynth";
|
||||||
|
|||||||
Reference in New Issue
Block a user