2017-10-24 04:39:54 -07:00
|
|
|
{ qtModule, qtbase, lib }:
|
2017-03-25 16:16:51 -07:00
|
|
|
|
2017-10-24 04:39:54 -07:00
|
|
|
qtModule {
|
2017-03-25 16:16:51 -07:00
|
|
|
name = "qtmacextras";
|
|
|
|
qtInputs = [ qtbase ];
|
|
|
|
meta = with lib; {
|
|
|
|
maintainers = with maintainers; [ periklis ];
|
|
|
|
platforms = platforms.darwin;
|
|
|
|
};
|
|
|
|
}
|