csound: depend on fluidsynth_1

csound is incompatible with fluidsynth 2
https://github.com/csound/csound/issues/1078
This commit is contained in:
Ricardo Ardissone 2018-12-16 09:30:16 -02:00
parent ffc586cf49
commit 86fac8b528
1 changed files with 3 additions and 1 deletions

View File

@ -16267,7 +16267,9 @@ in
csa = callPackage ../applications/audio/csa { };
csound = callPackage ../applications/audio/csound { };
csound = callPackage ../applications/audio/csound {
fluidsynth = fluidsynth_1;
};
cinepaint = callPackage ../applications/graphics/cinepaint {
fltk = fltk13;