nixpkgs/pkgs/applications/audio/faust/faust2lv2.nix
2016-11-07 13:49:31 +01:00

15 lines
134 B
Nix

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