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

12 lines
134 B
Nix

{ boost
, faust
, ladspaH
}:
faust.wrapWithBuildEnv {
baseName = "faust2ladspa";
propagatedBuildInputs = [ boost ladspaH ];
}