status-desktop/nix/pkgs/qt-5/modules/qtimageformats.nix

8 lines
137 B
Nix

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