about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/faust/faust2firefox.nix
blob: c718aa06806a42e703e3ff7aa555a66755f204ed (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 ];

}