New comment by fvalasiad on void-packages repository https://github.com/void-linux/void-packages/pull/49549#issuecomment-2021292255 Comment: Should I patch 'em all in this PR? Basically every package starting with qt6 that is not a symbolic link? here is a way to print all such packages: ``` find /path/to/srcpkgs -name "qt6*" -type d -maxdepth 1 ```