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

15 lines
190 B
Nix

{
faust,
xdg-utils,
}:
# This just runs faust2svg, then attempts to open a browser using
# 'xdg-open'.
faust.wrap {
baseName = "faust2firefox";
runtimeInputs = [ xdg-utils ];
}