psi-plus: add WebP support

Add “qtimageformats” dependency that provides “libqwebp.so”.
main
Viacheslav Lotsmanov 3 years ago
parent d648115124
commit 397bcbe410
No known key found for this signature in database
GPG Key ID: D276FF7467007335
  1. 2
      pkgs/applications/networking/instant-messengers/psi-plus/default.nix

@ -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

Loading…
Cancel
Save