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

qtox: remove opencv dependency

authored by

Peter Hoeg and committed by
GitHub
6343398d a373fe83

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/qtox/default.nix
··· 3 libpthreadstubs, libXdmcp, libXScrnSaver, 4 qtbase, qtsvg, qttools, qttranslations, 5 ffmpeg, filter-audio, libexif, libsodium, libopus, 6 - libvpx, openal, opencv, pcre, qrencode, sqlcipher }: 7 8 mkDerivation rec { 9 name = "qtox-${version}"; ··· 21 libpthreadstubs libXdmcp libXScrnSaver 22 qtbase qtsvg qttranslations 23 ffmpeg filter-audio libexif libopus libsodium 24 - libvpx openal opencv pcre qrencode sqlcipher 25 ]; 26 27 nativeBuildInputs = [ cmake pkgconfig qttools ];
··· 3 libpthreadstubs, libXdmcp, libXScrnSaver, 4 qtbase, qtsvg, qttools, qttranslations, 5 ffmpeg, filter-audio, libexif, libsodium, libopus, 6 + libvpx, openal, pcre, qrencode, sqlcipher }: 7 8 mkDerivation rec { 9 name = "qtox-${version}"; ··· 21 libpthreadstubs libXdmcp libXScrnSaver 22 qtbase qtsvg qttranslations 23 ffmpeg filter-audio libexif libopus libsodium 24 + libvpx openal pcre qrencode sqlcipher 25 ]; 26 27 nativeBuildInputs = [ cmake pkgconfig qttools ];