nomacs: fix animated WebP support

This commit is contained in:
TredwellGit 2021-08-12 20:07:05 +00:00
parent f5a9dba0e9
commit e7e995ec2f

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