summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtimageformats.nix
blob: 402f2ce0662977e1fa09c92162a4ee0e622ab1d5 (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 ];
  propagatedBuildInputs = [ libwebp jasper libmng libtiff ];
}