1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

faust2jack: explicitly use opencv2

This commit is contained in:
Doron Behar 2020-05-05 13:44:55 +03:00
parent 4cd1b7a7c7
commit f68a0031bb

View file

@ -2,7 +2,7 @@
, gtk2
, jack2Full
, alsaLib
, opencv
, opencv2
, libsndfile
}:
@ -20,7 +20,7 @@ faust.wrapWithBuildEnv {
gtk2
jack2Full
alsaLib
opencv
opencv2
libsndfile
];