csound: depend on fluidsynth_1
csound is incompatible with fluidsynth 2 https://github.com/csound/csound/issues/1078
This commit is contained in:
parent
ffc586cf49
commit
86fac8b528
|
@ -16267,7 +16267,9 @@ in
|
||||||
|
|
||||||
csa = callPackage ../applications/audio/csa { };
|
csa = callPackage ../applications/audio/csa { };
|
||||||
|
|
||||||
csound = callPackage ../applications/audio/csound { };
|
csound = callPackage ../applications/audio/csound {
|
||||||
|
fluidsynth = fluidsynth_1;
|
||||||
|
};
|
||||||
|
|
||||||
cinepaint = callPackage ../applications/graphics/cinepaint {
|
cinepaint = callPackage ../applications/graphics/cinepaint {
|
||||||
fltk = fltk13;
|
fltk = fltk13;
|
||||||
|
|
Loading…
Reference in New Issue