nixpkgs-odroid-hc4/pkgs/applications/audio/faust/faust2lv2.nix
2025-12-20 09:59:59 +11:00

15 lines
148 B
Nix

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