Merge pull request #25458 from seppeljordan/csound-enable-osc
csound: add liblo to buildinputs to enable osc capabilities
This commit is contained in:
commit
c1894bef7a
@ -2,6 +2,7 @@
|
|||||||
, alsaLib ? null
|
, alsaLib ? null
|
||||||
, libpulseaudio ? null
|
, libpulseaudio ? null
|
||||||
, tcltk ? null
|
, tcltk ? null
|
||||||
|
, liblo ? null
|
||||||
|
|
||||||
# maybe csound can be compiled with support for those, see configure output
|
# maybe csound can be compiled with support for those, see configure output
|
||||||
# , ladspa ? null
|
# , ladspa ? null
|
||||||
@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake flex bison ];
|
nativeBuildInputs = [ cmake flex bison ];
|
||||||
buildInputs = [ libsndfile alsaLib libpulseaudio tcltk boost ];
|
buildInputs = [ libsndfile alsaLib libpulseaudio tcltk boost liblo ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
|
description = "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user