2021-01-25 09:26:54 +01:00
|
|
|
{ lib, qtModule, qtbase }:
|
2017-03-26 00:16:51 +01:00
|
|
|
|
2017-10-24 13:39:54 +02:00
|
|
|
qtModule {
|
2021-05-14 12:53:30 +02:00
|
|
|
pname = "qtmacextras";
|
2019-06-19 20:28:41 +02:00
|
|
|
qtInputs = [ qtbase ];
|
2021-01-23 18:15:07 +01:00
|
|
|
meta = with lib; {
|
2017-03-26 00:16:51 +01:00
|
|
|
maintainers = with maintainers; [ periklis ];
|
|
|
|
platforms = platforms.darwin;
|
|
|
|
};
|
|
|
|
}
|