nixpkgs/pkgs/applications/audio/faust/faust2lv2.nix

12 lines
109 B
Nix
Raw Normal View History

2015-03-23 17:01:27 +00:00
{ faust
, lv2
}:
faust.wrapWithBuildEnv {
baseName = "faust2lv2";
propagatedBuildInputs = [ lv2 ];
}