From 7503d606e437271c70c7fc25d39fb2bdbfe92867 Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Mon, 23 Mar 2015 12:01:27 -0500 Subject: faust: add various faust2appl scripts --- pkgs/applications/audio/faust/faust2lv2.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkgs/applications/audio/faust/faust2lv2.nix (limited to 'pkgs/applications/audio/faust/faust2lv2.nix') diff --git a/pkgs/applications/audio/faust/faust2lv2.nix b/pkgs/applications/audio/faust/faust2lv2.nix new file mode 100644 index 00000000000..4d11395e738 --- /dev/null +++ b/pkgs/applications/audio/faust/faust2lv2.nix @@ -0,0 +1,11 @@ +{ faust +, lv2 +}: + +faust.wrapWithBuildEnv { + + baseName = "faust2lv2"; + + propagatedBuildInputs = [ lv2 ]; + +} -- cgit 1.4.1