faust2ladspa: init (at 2.0.a51 like other faust2... plugins)

This commit is contained in:
Nicolò Balzarotti 2016-11-17 13:57:18 +01:00
parent ba73dbbda6
commit 106349a02f
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ boost
, faust
, ladspaH
}:
faust.wrapWithBuildEnv {
baseName = "faust2ladspa";
propagatedBuildInputs = [ boost ladspaH ];
}

View file

@ -16999,6 +16999,8 @@ in
faust2jaqt = callPackage ../applications/audio/faust/faust2jaqt.nix { };
faust2ladspa = callPackage ../applications/audio/faust/faust2ladspa.nix { };
faust2lv2 = callPackage ../applications/audio/faust/faust2lv2.nix { };
fceux = callPackage ../misc/emulators/fceux { };