Required for the nx_tzdb fix on Sonoma and Apple Silicon.
nx_tzdb requires the intl library, but it seems to have been removed in newer versions of Sonoma. It is included in gettext though, so we can add this to the dependencies list.
This is actually not required, because gettext is a dependency of ffmpeg, which is already in the dependencies list. They should get automatically installed together.
Required for the nx_tzdb fix on Sonoma and Apple Silicon.
nx_tzdb requires the
intl
library, but it seems to have been removed in newer versions of Sonoma. It is included ingettext
though, so we can add this to the dependencies list.Edit: Dependent on https://github.com/yuzu-emu/yuzu/pull/12634