forked from mirrors/nixpkgs
Merge pull request #141622 from 7c6f434c/csound-use-fluidsynth
csound: use fluidsynth instead of fluidsynth_1
This commit is contained in:
commit
90138004ce
|
@ -24007,9 +24007,7 @@ with pkgs;
|
|||
|
||||
csa = callPackage ../applications/audio/csa { };
|
||||
|
||||
csound = callPackage ../applications/audio/csound {
|
||||
fluidsynth = fluidsynth_1;
|
||||
};
|
||||
csound = callPackage ../applications/audio/csound { };
|
||||
|
||||
csound-manual = callPackage ../applications/audio/csound/csound-manual {
|
||||
python = python27;
|
||||
|
|
Loading…
Reference in a new issue