nixpkgs/pkgs/development/libraries/qt-5/modules/qtimageformats.nix

8 lines
136 B
Nix

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