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

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