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

7 lines
88 B
Nix

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