summary refs log tree commit diff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-08-12 20:07:05 +0000
committerTredwellGit <tredwell@tutanota.com>2021-08-12 20:07:05 +0000
commite7e995ec2f50b5ecf202dba4eab65f4a919fec4a (patch)
tree50de36fa0de79a01b74384c6a0b323ae5d50935c
parentf5a9dba0e9753699de8eba835c021cf7e7bd3375 (diff)
downloadnixpkgs-e7e995ec2f50b5ecf202dba4eab65f4a919fec4a.tar
nixpkgs-e7e995ec2f50b5ecf202dba4eab65f4a919fec4a.tar.gz
nixpkgs-e7e995ec2f50b5ecf202dba4eab65f4a919fec4a.tar.bz2
nixpkgs-e7e995ec2f50b5ecf202dba4eab65f4a919fec4a.tar.lz
nixpkgs-e7e995ec2f50b5ecf202dba4eab65f4a919fec4a.tar.xz
nixpkgs-e7e995ec2f50b5ecf202dba4eab65f4a919fec4a.tar.zst
nixpkgs-e7e995ec2f50b5ecf202dba4eab65f4a919fec4a.zip
nomacs: fix animated WebP support
-rw-r--r--pkgs/applications/graphics/nomacs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/nomacs/default.nix b/pkgs/applications/graphics/nomacs/default.nix
index 142c76b2f6d..9f3c1e453f8 100644
--- a/pkgs/applications/graphics/nomacs/default.nix
+++ b/pkgs/applications/graphics/nomacs/default.nix
@@ -8,6 +8,7 @@
 , qtbase
 , qttools
 , qtsvg
+, qtimageformats
 
 , exiv2
 , opencv4
@@ -46,6 +47,7 @@ mkDerivation rec {
   buildInputs = [qtbase
                  qttools
                  qtsvg
+                 qtimageformats
                  exiv2
                  opencv4
                  libraw