status-desktop/nix/pkgs/qt-5/modules/qtmacextras.nix

11 lines
201 B
Nix
Raw Permalink Normal View History

2024-01-19 12:30:40 +00:00
{ lib, qtModule, qtbase }:
qtModule {
pname = "qtmacextras";
qtInputs = [ qtbase ];
meta = with lib; {
maintainers = with maintainers; [ periklis ];
platforms = platforms.darwin;
};
}