Skip to content

Commit 72e3962

Browse files
authored
qt5.qtimageformats: add dependencies (#255044)
In particular, this unvendors libwebp which was most likely affected by CVE-2023-4863.
1 parent 552aec3 commit 72e3962

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
{ qtModule, qtbase, libtiff }:
1+
{ qtModule
2+
, qtbase
3+
, libwebp
4+
, jasper
5+
, libmng
6+
, libtiff
7+
}:
28

39
qtModule {
410
pname = "qtimageformats";
511
qtInputs = [ qtbase ];
6-
propagatedBuildInputs = [ libtiff ];
12+
propagatedBuildInputs = [ libwebp jasper libmng libtiff ];
713
}

0 commit comments

Comments
 (0)