Merge pull request #52361 from rardiol/fluidsynth_1

Fluidsynth 1
This commit is contained in:
Linus Heckemann
2018-12-18 09:47:36 +01:00
committed by GitHub
3 changed files with 27 additions and 5 deletions
@@ -14,6 +14,9 @@
stdenv.mkDerivation rec {
name = "csound-${version}";
# When updating, please check if https://github.com/csound/csound/issues/1078
# has been fixed in the new version so we can use the normal fluidsynth
# version and remove fluidsynth 1.x from nixpkgs again.
version = "6.12.0";
enableParallelBuilding = true;