faust: add various faust2appl scripts
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ faust
|
||||
, xdg_utils
|
||||
}:
|
||||
|
||||
# This just runs faust2svg, then attempts to open a browser using
|
||||
# 'xdg-open'.
|
||||
|
||||
faust.wrap {
|
||||
|
||||
baseName = "faust2firefox";
|
||||
|
||||
runtimeInputs = [ xdg_utils ];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user