csound: document temp dependency on fluidsynth 1

wip/yesman
Linus Heckemann 6 years ago
parent 6bdcc10767
commit a532c6318a
  1. 3
      pkgs/applications/audio/csound/default.nix

@ -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;

Loading…
Cancel
Save