From 0a645b01e40eb7b2e362dd032d70aec88e83dd2f Mon Sep 17 00:00:00 2001 From: Viacheslav Lotsmanov Date: Sun, 12 Dec 2021 16:57:26 +0200 Subject: [PATCH] nheko: add WebP support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add “qtimageformats” dependency that provides “libqwebp.so”. --- .../networking/instant-messengers/nheko/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/instant-messengers/nheko/default.nix b/pkgs/applications/networking/instant-messengers/nheko/default.nix index 2a2c25e5593c..0af9cf7d1843 100644 --- a/pkgs/applications/networking/instant-messengers/nheko/default.nix +++ b/pkgs/applications/networking/instant-messengers/nheko/default.nix @@ -12,6 +12,7 @@ , qtkeychain , qtmacextras , qtmultimedia +, qtimageformats , qttools , qtquickcontrols2 , qtgraphicaleffects @@ -57,6 +58,7 @@ mkDerivation rec { cmark qtbase qtmultimedia + qtimageformats qttools qtquickcontrols2 qtgraphicaleffects