summary refs log tree commit diff
path: root/pkgs/applications/audio/faust/faust2firefox.nix
blob: b2cc6f4645753472d7a62e1e7833fe8b55340008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ faust
, xdg_utils
}:

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

faust.wrap {

  baseName = "faust2firefox";

  runtimeInputs = [ xdg_utils ];

}