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

       
     

     





                         
                                            

 
{ boost
, faust
, lv2
, qt4

}:

faust.wrapWithBuildEnv {

  baseName = "faust2lv2";

  propagatedBuildInputs = [ boost lv2 qt4 ];

}