Merge pull request #25458 from seppeljordan/csound-enable-osc

csound: add liblo to buildinputs to enable osc capabilities

authored by Joachim F and committed by GitHub c1894bef 062e32d5

+2 -1
+2 -1
pkgs/applications/audio/csound/default.nix
··· 2 2 , alsaLib ? null 3 3 , libpulseaudio ? null 4 4 , tcltk ? null 5 + , liblo ? null 5 6 6 7 # maybe csound can be compiled with support for those, see configure output 7 8 # , ladspa ? null ··· 27 28 }; 28 29 29 30 nativeBuildInputs = [ cmake flex bison ]; 30 - buildInputs = [ libsndfile alsaLib libpulseaudio tcltk boost ]; 31 + buildInputs = [ libsndfile alsaLib libpulseaudio tcltk boost liblo ]; 31 32 32 33 meta = with stdenv.lib; { 33 34 description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";