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 , alsaLib
, opencv2 , opencv2
, libsndfile , libsndfile
, which
}: }:
faust.wrapWithBuildEnv { faust.wrapWithBuildEnv {
@ -21,6 +22,7 @@ faust.wrapWithBuildEnv {
alsaLib alsaLib
opencv2 opencv2
libsndfile libsndfile
which
]; ];
} }

View File

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