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








                                                                 
                                

 
{ faust
, xdg-utils
}:

# This just runs faust2svg, then attempts to open a browser using
# 'xdg-open'.

faust.wrap {

  baseName = "faust2firefox";

  runtimeInputs = [ xdg-utils ];

}