nixpkgs/pkgs/applications/audio/faust/faust2firefox.nix

15 lines
186 B
Nix
Raw Normal View History

2015-03-23 17:01:27 +00:00
{ faust
, xdg_utils
}:
# This just runs faust2svg, then attempts to open a browser using
# 'xdg-open'.
faust.wrap {
baseName = "faust2firefox";
runtimeInputs = [ xdg_utils ];
}