nixpkgs/pkgs/applications/audio/faust/faust2lv2.nix
2015-03-23 12:01:54 -05:00

12 lines
109 B
Nix

{ faust
, lv2
}:
faust.wrapWithBuildEnv {
baseName = "faust2lv2";
propagatedBuildInputs = [ lv2 ];
}