3
0
Fork 0
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:
Michael Raskin 2021-10-14 12:27:20 +00:00 committed by GitHub
commit 90138004ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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