mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
qtox: remove opencv dependency
It doesn't depend on it for a long time.
This commit is contained in:
parent
dfc5d7835d
commit
95286d1be2
@ -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