depot/third_party/nixpkgs/pkgs/applications/audio/faust/faust2ladspa.nix

16 lines
149 B
Nix

{
boost,
faust,
ladspaH,
}:
faust.wrapWithBuildEnv {
baseName = "faust2ladspa";
propagatedBuildInputs = [
boost
ladspaH
];
}