mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
12 lines
109 B
Nix
12 lines
109 B
Nix
|
{ faust
|
||
|
, lv2
|
||
|
}:
|
||
|
|
||
|
faust.wrapWithBuildEnv {
|
||
|
|
||
|
baseName = "faust2lv2";
|
||
|
|
||
|
propagatedBuildInputs = [ lv2 ];
|
||
|
|
||
|
}
|