summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtimageformats.nix
blob: 52fa4d4ba8ff0f3b7dcbbce025c8244f023df7de (plain) (blame)
1
2
3
4
5
6
7
{ qtModule, qtbase, libtiff }:

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