about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/faust/faust2ladspa.nix
blob: 67de98cab9a20a4f4d4857c5ee14e3af5b0c40a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ boost
, faust
, ladspaH
}:

faust.wrapWithBuildEnv {

  baseName = "faust2ladspa";

  propagatedBuildInputs = [ boost ladspaH ];

}