Unverified Commit 72e39628 authored by [object Object]'s avatar [object Object] Committed by GitHub
Browse files

qt5.qtimageformats: add dependencies (#255044)

In particular, this unvendors libwebp which was most likely affected by CVE-2023-4863.
parent 552aec32
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{ qtModule, qtbase, libtiff }:
{ qtModule
, qtbase
, libwebp
, jasper
, libmng
, libtiff
}:

qtModule {
  pname = "qtimageformats";
  qtInputs = [ qtbase ];
  propagatedBuildInputs = [ libtiff ];
  propagatedBuildInputs = [ libwebp jasper libmng libtiff ];
}