summary refs log tree commit diff
path: root/pkgs/applications/audio/faust
diff options
context:
space:
mode:
authorNicolò Balzarotti <anothersms@gmail.com>2016-11-17 13:57:18 +0100
committerNicolò Balzarotti <anothersms@gmail.com>2016-11-17 13:59:02 +0100
commit106349a02fa83d7b24337a0ed88dd82697392517 (patch)
tree2f82ad09c7145d613c3525cd5821ccefa8545cd7 /pkgs/applications/audio/faust
parentba73dbbda61b14ec8e2ca0ab526d3b35ba1db74c (diff)
downloadnixpkgs-106349a02fa83d7b24337a0ed88dd82697392517.tar
nixpkgs-106349a02fa83d7b24337a0ed88dd82697392517.tar.gz
nixpkgs-106349a02fa83d7b24337a0ed88dd82697392517.tar.bz2
nixpkgs-106349a02fa83d7b24337a0ed88dd82697392517.tar.lz
nixpkgs-106349a02fa83d7b24337a0ed88dd82697392517.tar.xz
nixpkgs-106349a02fa83d7b24337a0ed88dd82697392517.tar.zst
nixpkgs-106349a02fa83d7b24337a0ed88dd82697392517.zip
faust2ladspa: init (at 2.0.a51 like other faust2... plugins)
Diffstat (limited to 'pkgs/applications/audio/faust')
-rw-r--r--pkgs/applications/audio/faust/faust2ladspa.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/audio/faust/faust2ladspa.nix b/pkgs/applications/audio/faust/faust2ladspa.nix
new file mode 100644
index 00000000000..67de98cab9a
--- /dev/null
+++ b/pkgs/applications/audio/faust/faust2ladspa.nix
@@ -0,0 +1,12 @@
+{ boost
+, faust
+, ladspaH
+}:
+
+faust.wrapWithBuildEnv {
+
+  baseName = "faust2ladspa";
+
+  propagatedBuildInputs = [ boost ladspaH ];
+
+}