Unverified Commit 6343398d authored by Peter Hoeg's avatar Peter Hoeg Committed by GitHub
Browse files

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

qtox: remove opencv dependency
parents a373fe83 95286d1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];