1{ 2 lib, 3 qtModule, 4 qtbase, 5}: 6 7qtModule { 8 pname = "qtmacextras"; 9 propagatedBuildInputs = [ qtbase ]; 10 meta = with lib; { 11 maintainers = with maintainers; [ periklis ]; 12 platforms = platforms.darwin; 13 }; 14}