diff options
| author | Viacheslav Lotsmanov <lotsmanov89@gmail.com> | 2021-12-12 16:44:19 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-18 20:29:12 +0000 |
| commit | 6639552622d7d6a5d0335d78fac192fd889b5bf1 (patch) | |
| tree | 82549cc626ab205da95e3d7da68ca451b749875c | |
| parent | Merge pull request #151070 from NixOS/backport-151013-to-release-21.11 (diff) | |
| download | nixpkgs-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.nix | 2 |
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 |
