alvr: 20.11.1 -> 20.12.1 (#374869)
[NixPkgs.git] / pkgs / applications / audio / faust / faust2ladspa.nix
blob13545980b7ca986fe53e3d4883663cfcfd9f9690
2   boost,
3   faust,
4   ladspaH,
5 }:
7 faust.wrapWithBuildEnv {
9   baseName = "faust2ladspa";
11   propagatedBuildInputs = [
12     boost
13     ladspaH
14   ];