forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtimageformats.nix
blob50420aaa7e4517b6b927f8d2308287fbd63f7f23
1 { qtModule
2 , qtbase
3 , libwebp
4 , jasper
5 , libmng
6 , libtiff
7 }:
9 qtModule {
10   pname = "qtimageformats";
11   propagatedBuildInputs = [ qtbase ];
12   buildInputs = [ libwebp jasper libmng libtiff ];