forked from mirrors/nixpkgs
Merge pull request #20495 from nico202/faust2ladspa
faust2ladspa: init (at 2.0.a51 like other faust2... plugins)
This commit is contained in:
commit
ad481e67d0
12
pkgs/applications/audio/faust/faust2ladspa.nix
Normal file
12
pkgs/applications/audio/faust/faust2ladspa.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ boost
|
||||
, faust
|
||||
, ladspaH
|
||||
}:
|
||||
|
||||
faust.wrapWithBuildEnv {
|
||||
|
||||
baseName = "faust2ladspa";
|
||||
|
||||
propagatedBuildInputs = [ boost ladspaH ];
|
||||
|
||||
}
|
|
@ -17006,6 +17006,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 a new issue