mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
faust2ladspa: init (at 2.0.a51 like other faust2... plugins)
This commit is contained in:
parent
ba73dbbda6
commit
106349a02f
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 ];
|
||||
|
||||
}
|
@ -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
Block a user