faust: add missing dependencies

This commit is contained in:
Bart Brouns 2020-08-27 17:08:08 +02:00
parent ab247348cb
commit 1ba7dd047b
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@
, alsaLib
, opencv2
, libsndfile
, which
}:
faust.wrapWithBuildEnv {
@ -21,6 +22,7 @@ faust.wrapWithBuildEnv {
alsaLib
opencv2
libsndfile
which
];
}

View file

@ -3,6 +3,7 @@
, opencv2
, qt4
, libsndfile
, alsaLib
, which
}:
@ -20,6 +21,7 @@ faust.wrapWithBuildEnv {
opencv2
qt4
libsndfile
alsaLib
which
];