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

10 lines
201 B
Nix

{ lib, qtModule, qtbase }:
qtModule {
pname = "qtmacextras";
qtInputs = [ qtbase ];
meta = with lib; {
maintainers = with maintainers; [ periklis ];
platforms = platforms.darwin;
};
}