nixpkgs/pkgs/development/libraries/qt-5/modules/qtimageformats.nix
2021-05-14 05:53:30 -05:00

8 lines
137 B
Nix

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