faust: 2.5.23 -> 2.20.2

This commit is contained in:
Bart Brouns
2020-02-10 20:12:05 +01:00
committed by Frederik Rietdijk
parent 4562d76dde
commit bd90b5a5cf
4 changed files with 40 additions and 42 deletions
@@ -1,6 +1,7 @@
{ faust
, gtk2
, jack2Full
, alsaLib
, opencv
, libsndfile
}:
@@ -18,6 +19,7 @@ faust.wrapWithBuildEnv {
propagatedBuildInputs = [
gtk2
jack2Full
alsaLib
opencv
libsndfile
];