mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
15 lines
134 B
Nix
15 lines
134 B
Nix
{ boost
|
|
, faust
|
|
, lv2
|
|
, qt4
|
|
|
|
}:
|
|
|
|
faust.wrapWithBuildEnv {
|
|
|
|
baseName = "faust2lv2";
|
|
|
|
propagatedBuildInputs = [ boost lv2 qt4 ];
|
|
|
|
}
|