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