summary refs log blame commit diff
path: root/pkgs/applications/audio/faust/faust2jack.nix
blob: bd213bfcadbe4f428684e07b5ca95103aa3919d0 (plain) (tree)
1
2
3
4
5
6
7
       
      
       
          
        
            
       







                          



                           
        
         
            
          
              
         


    
{ faust
, gtk2
, jack2
, alsa-lib
, opencv
, libsndfile
, which
}:

faust.wrapWithBuildEnv {

  baseName = "faust2jack";

  scripts = [
    "faust2jack"
    "faust2jackconsole"
  ];

  propagatedBuildInputs = [
    gtk2
    jack2
    alsa-lib
    opencv
    libsndfile
    which
  ];

}