mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #35894 from sorokin/qtox-no-opencv
qtox: remove opencv dependency
This commit is contained in:
commit
6343398dee
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user