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

13 lines
179 B
Nix

{ qtModule
, qtbase
, libwebp
, jasper
, libmng
, libtiff
}:
qtModule {
pname = "qtimageformats";
qtInputs = [ qtbase ];
buildInputs = [ libwebp jasper libmng libtiff ];
}