summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtmacextras.nix
blob: 30e363cff59a7e8f2c76661cef55ef75eef762f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ lib, qtModule, qtbase }:

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