Merge pull request #35894 from sorokin/qtox-no-opencv

qtox: remove opencv dependency
This commit is contained in:
Peter Hoeg 2018-03-05 20:17:13 +08:00 committed by GitHub
commit 6343398dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];