2015-03-23 17:01:27 +00:00
|
|
|
{ faust
|
2015-06-27 08:17:52 +01:00
|
|
|
, jack2Full
|
2015-03-23 17:01:27 +00:00
|
|
|
, qt4
|
2018-01-05 22:24:06 +00:00
|
|
|
, libsndfile
|
2020-08-27 16:08:08 +01:00
|
|
|
, alsaLib
|
2020-03-26 07:32:01 +00:00
|
|
|
, which
|
2015-03-23 17:01:27 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
faust.wrapWithBuildEnv {
|
|
|
|
|
|
|
|
baseName = "faust2jaqt";
|
|
|
|
|
|
|
|
scripts = [
|
|
|
|
"faust2jaqt"
|
|
|
|
"faust2jackserver"
|
|
|
|
];
|
|
|
|
|
|
|
|
propagatedBuildInputs = [
|
2015-06-27 08:17:52 +01:00
|
|
|
jack2Full
|
2015-03-23 17:01:27 +00:00
|
|
|
qt4
|
2018-01-05 22:24:06 +00:00
|
|
|
libsndfile
|
2020-08-27 16:08:08 +01:00
|
|
|
alsaLib
|
2020-03-26 07:32:01 +00:00
|
|
|
which
|
2015-03-23 17:01:27 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
}
|