psi-plus: add WebP support

Add “qtimageformats” dependency that provides “libqwebp.so”.
This commit is contained in:
Viacheslav Lotsmanov 2021-12-12 16:44:19 +02:00
parent d648115124
commit 397bcbe410
No known key found for this signature in database
GPG Key ID: D276FF7467007335

View File

@ -4,6 +4,7 @@
, cmake
, qtbase
, qtmultimedia
, qtimageformats
, qtx11extras
, qttools
, libidn
@ -67,6 +68,7 @@ mkDerivation rec {
buildInputs = [
qtbase
qtmultimedia
qtimageformats
qtx11extras
libidn
qca-qt5