faust2: 2.0-a41 -> 2.0.a51

This commit is contained in:
Bart Brouns
2016-11-07 13:49:31 +01:00
parent b19b440cb8
commit 77afa8e6b7
5 changed files with 16 additions and 236 deletions
+5 -2
View File
@@ -1,11 +1,14 @@
{ faust
{ boost
, faust
, lv2
, qt4
}:
faust.wrapWithBuildEnv {
baseName = "faust2lv2";
propagatedBuildInputs = [ lv2 ];
propagatedBuildInputs = [ boost lv2 qt4 ];
}