2020-04-24 23:36:52 +00:00
|
|
|
{ faust
|
2021-02-05 17:12:51 +00:00
|
|
|
, xdg-utils
|
2020-04-24 23:36:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
# This just runs faust2svg, then attempts to open a browser using
|
|
|
|
# 'xdg-open'.
|
|
|
|
|
|
|
|
faust.wrap {
|
|
|
|
|
|
|
|
baseName = "faust2firefox";
|
|
|
|
|
2021-02-05 17:12:51 +00:00
|
|
|
runtimeInputs = [ xdg-utils ];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
}
|