mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
12 lines
134 B
Nix
12 lines
134 B
Nix
{ boost
|
|
, faust
|
|
, ladspaH
|
|
}:
|
|
|
|
faust.wrapWithBuildEnv {
|
|
|
|
baseName = "faust2ladspa";
|
|
|
|
propagatedBuildInputs = [ boost ladspaH ];
|
|
|
|
}
|