linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / qt-5 / modules / qtimageformats.nix
blob9c80507b7c70cbe34d9815ff0656e08d23e88a3c
1 { qtModule, qtbase, libtiff }:
3 qtModule {
4   name = "qtimageformats";
5   qtInputs = [ qtbase ];
6   propagatedBuildInputs = [ libtiff ];