3
0
Fork 0
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:
goibhniu 2016-11-17 17:07:51 +01:00 committed by GitHub
commit ad481e67d0
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

@ -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 { };