2021-02-05 17:12:51 +00:00
|
|
|
{ lib, qtModule, qtbase }:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
qtModule {
|
2021-05-28 09:39:13 +00:00
|
|
|
pname = "qtmacextras";
|
2020-04-24 23:36:52 +00:00
|
|
|
qtInputs = [ qtbase ];
|
2021-02-05 17:12:51 +00:00
|
|
|
meta = with lib; {
|
2020-04-24 23:36:52 +00:00
|
|
|
maintainers = with maintainers; [ periklis ];
|
|
|
|
platforms = platforms.darwin;
|
|
|
|
};
|
|
|
|
}
|