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

}:

faust1git.wrapWithBuildEnv {

  baseName = "faust2lv2";

  propagatedBuildInputs = [ boost lv2 qt4 ];

}