5461c5f633
It's marked broken and it seems it wasn't needed in here in the first place.
5e68d203f3
27 lines
270 B
Nix
27 lines
270 B
Nix
{ faust
|
|
, jack2Full
|
|
, qt4
|
|
, libsndfile
|
|
, alsaLib
|
|
, which
|
|
}:
|
|
|
|
faust.wrapWithBuildEnv {
|
|
|
|
baseName = "faust2jaqt";
|
|
|
|
scripts = [
|
|
"faust2jaqt"
|
|
"faust2jackserver"
|
|
];
|
|
|
|
propagatedBuildInputs = [
|
|
jack2Full
|
|
qt4
|
|
libsndfile
|
|
alsaLib
|
|
which
|
|
];
|
|
|
|
}
|