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