nixos/doh-server: init
[NixPkgs.git] / pkgs / applications / audio / faust / faust2firefox.nix
blobcda50b929629be6ac945c344624ce9973b8cb22b
2   faust,
3   xdg-utils,
4 }:
6 # This just runs faust2svg, then attempts to open a browser using
7 # 'xdg-open'.
9 faust.wrap {
11   baseName = "faust2firefox";
13   runtimeInputs = [ xdg-utils ];