faust2: 2.20.2 -> unstable-2020-03-20 (#82650)

The latest release has a bug that makes it unable
to compile all of its own libraries:

https://github.com/grame-cncm/faust/issues/406
This commit is contained in:
Bart Brouns
2020-03-26 07:32:01 +00:00
committed by GitHub
parent c7fc0ed352
commit bbe7624175
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
, faust
, lv2
, qt4
, which
}:
@@ -9,6 +10,6 @@ faust.wrapWithBuildEnv {
baseName = "faust2lv2";
propagatedBuildInputs = [ boost lv2 qt4 ];
propagatedBuildInputs = [ boost lv2 qt4 which ];
}