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

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