summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtimageformats.nix
blob: b28adbc7295b9474d662e463f4c5d3796a1f9640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ qtModule
, qtbase
, libwebp
, jasper
, libmng
, libtiff
}:

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