qt5.qtimageformats: add dependencies (#255044)
In particular, this unvendors libwebp which was most likely affected by CVE-2023-4863.
This commit is contained in:
parent
552aec32c0
commit
72e396285b
1 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,13 @@
|
|||
{ qtModule, qtbase, libtiff }:
|
||||
{ qtModule
|
||||
, qtbase
|
||||
, libwebp
|
||||
, jasper
|
||||
, libmng
|
||||
, libtiff
|
||||
}:
|
||||
|
||||
qtModule {
|
||||
pname = "qtimageformats";
|
||||
qtInputs = [ qtbase ];
|
||||
propagatedBuildInputs = [ libtiff ];
|
||||
propagatedBuildInputs = [ libwebp jasper libmng libtiff ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue