summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Lotsmanov <lotsmanov89@gmail.com>2021-12-12 16:44:19 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-18 20:29:12 +0000
commit6639552622d7d6a5d0335d78fac192fd889b5bf1 (patch)
tree82549cc626ab205da95e3d7da68ca451b749875c
parentMerge pull request #151070 from NixOS/backport-151013-to-release-21.11 (diff)
downloadnixpkgs-origin/backport-150435-to-release-21.11.tar.gz
psi-plus: add WebP supportorigin/backport-150435-to-release-21.11
Add “qtimageformats” dependency that provides “libqwebp.so”. (cherry picked from commit 397bcbe410d38de14056f151f2e21e83beb5e8bb)
-rw-r--r--pkgs/applications/networking/instant-messengers/psi-plus/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix
index 5344e5204801..c80757384109 100644
--- a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix
+++ b/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