aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtimageformats.nix
blob: 9c80507b7c70cbe34d9815ff0656e08d23e88a3c (plain)
1
2
3
4
5
6
7
{ qtModule, qtbase, libtiff }:

qtModule {
  name = "qtimageformats";
  qtInputs = [ qtbase ];
  propagatedBuildInputs = [ libtiff ];
}