about summary refs log tree commit diff
path: root/pkgs/applications/audio/faust/faust2lv2.nix
blob: 4d11395e73854b49abc81527e5c4a5f52dd6b677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ faust
, lv2
}:

faust.wrapWithBuildEnv {

  baseName = "faust2lv2";

  propagatedBuildInputs = [ lv2 ];

}