faust: add various faust2appl scripts
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{ faust
|
||||
, gtk
|
||||
, jack2
|
||||
, opencv
|
||||
}:
|
||||
|
||||
faust.wrapWithBuildEnv {
|
||||
|
||||
baseName = "faust2jack";
|
||||
|
||||
scripts = [
|
||||
"faust2jack"
|
||||
"faust2jackinternal"
|
||||
"faust2jackconsole"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gtk
|
||||
jack2
|
||||
opencv
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user