mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
12 lines
109 B
Nix
12 lines
109 B
Nix
{ faust
|
|
, lv2
|
|
}:
|
|
|
|
faust.wrapWithBuildEnv {
|
|
|
|
baseName = "faust2lv2";
|
|
|
|
propagatedBuildInputs = [ lv2 ];
|
|
|
|
}
|