There is a new pull request by JamiKettunen against master on the void-packages repository https://github.com/JamiKettunen/void-packages fix-qt6-qml-imports https://github.com/void-linux/void-packages/pull/44279 Fix some Qt6 QML imports Moving `qmldir` to `-devel` subpackage in case of these packages breaks `import QtMultimedia`, `import QtRemoteObjects`, `import QtSensors` & `import QtWebChannel` preventing any QML from using them without the `-devel` subpackages which makes no sense; let's just include it in the main packages. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/44279.patch is attached