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

16 lines
148 B
Nix
Raw Normal View History

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