Merge pull request #133682 from NixOS/backport-133666-to-release-21.05

[Backport release-21.05] nomacs: fix animated WebP support
This commit is contained in:
Artturi 2021-08-13 02:55:54 +03:00 committed by GitHub
commit 6de09630fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
, qtbase , qtbase
, qttools , qttools
, qtsvg , qtsvg
, qtimageformats
, exiv2 , exiv2
, opencv4 , opencv4
@ -46,6 +47,7 @@ mkDerivation rec {
buildInputs = [qtbase buildInputs = [qtbase
qttools qttools
qtsvg qtsvg
qtimageformats
exiv2 exiv2
opencv4 opencv4
libraw libraw