13 lines
134 B
Nix
13 lines
134 B
Nix
|
{ boost
|
||
|
, faust
|
||
|
, ladspaH
|
||
|
}:
|
||
|
|
||
|
faust.wrapWithBuildEnv {
|
||
|
|
||
|
baseName = "faust2ladspa";
|
||
|
|
||
|
propagatedBuildInputs = [ boost ladspaH ];
|
||
|
|
||
|
}
|