New comment by wael444 on void-packages repository https://github.com/void-linux/void-packages/pull/34998#issuecomment-1010941102 Comment: before i update the template, i would like to ask if having `freetype-32bit, gnutls-32bit, libgcc-32bit` is appropriate to be included in the package, as it only solves problems with wine such as libgcc-32bit: ``` libgcc_s.so.1 must be installed for pthread_cancel to work wine client error:154: write: Bad file descriptor ``` freetype-32bit: ``` Wine cannot find the FreeType font library. ``` gnutls-32bit: ``` HttpSendRequest Failed ``` i will not be including wine as an dependency as roblox requires a different build of wine with required patches to make roblox work. these dependencies have nothing to do with grapejuice, but only provide fixes to wine problems. edit: there is now a new grapejuice version, 4.9.2. should i close this pull request and open a new one to satisfy the new version?