qtox: remove opencv dependency

It doesn't depend on it for a long time.
This commit is contained in:
Ivan Sorokin 2018-02-27 21:58:51 +03:00
parent dfc5d7835d
commit 95286d1be2

View File

@ -3,7 +3,7 @@
libpthreadstubs, libXdmcp, libXScrnSaver,
qtbase, qtsvg, qttools, qttranslations,
ffmpeg, filter-audio, libexif, libsodium, libopus,
libvpx, openal, opencv, pcre, qrencode, sqlcipher }:
libvpx, openal, pcre, qrencode, sqlcipher }:
mkDerivation rec {
name = "qtox-${version}";
@ -21,7 +21,7 @@ mkDerivation rec {
libpthreadstubs libXdmcp libXScrnSaver
qtbase qtsvg qttranslations
ffmpeg filter-audio libexif libopus libsodium
libvpx openal opencv pcre qrencode sqlcipher
libvpx openal pcre qrencode sqlcipher
];
nativeBuildInputs = [ cmake pkgconfig qttools ];