summary refs log tree commit diff
path: root/pkgs/applications/audio/faust/faust2lv2.nix
blob: 51d956b140364ba51771e2c5c8bb2426851d3d5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ boost
, faust
, lv2
, qt4
, which

}:

faust.wrapWithBuildEnv {

  baseName = "faust2lv2";

  propagatedBuildInputs = [ boost lv2 qt4 which ];

}