nomacs: fix animated WebP support

(cherry picked from commit e7e995ec2f50b5ecf202dba4eab65f4a919fec4a)
This commit is contained in:
TredwellGit 2021-08-12 20:07:05 +00:00 committed by github-actions[bot]
parent 7bd542a5e9
commit d64de005c0

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