New review comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/pull/27712#discussion_r553828545 Comment: should this also not be added in the template, something like ``` pre_build() { vsed -i "s|ncurses'|ncursesw'|" meson.build } ``` I'm probably mistaken, but my impression was patches should be rather added when things get more complicated..