faust2ladspa: init (at 2.0.a51 like other faust2... plugins)
This commit is contained in:
parent
ba73dbbda6
commit
106349a02f
|
@ -0,0 +1,12 @@
|
|||
{ boost
|
||||
, faust
|
||||
, ladspaH
|
||||
}:
|
||||
|
||||
faust.wrapWithBuildEnv {
|
||||
|
||||
baseName = "faust2ladspa";
|
||||
|
||||
propagatedBuildInputs = [ boost ladspaH ];
|
||||
|
||||
}
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in New Issue