nixpkgs-odroid-hc4/pkgs/development/libraries/qt-5/modules/qtimageformats.nix
2025-12-20 09:59:59 +11:00

7 lines
137 B
Nix

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