There's a merged pull request on the void-packages repository fwupd: change deps https://github.com/void-linux/void-packages/pull/32932 Description: drop dep on udisks2, add dep on dbus drop -Dintrospection=true, which is default built and checked on x86_64-musl udisks2 brings in a lot of bloat, just to discover the ESP partition, but it actually does not do the job, so it would be simpler to just let the user take care of that. (That's also what Alpine does btw.) Notice even with udisks, I currently have to do `mount -t efivarfs efivarfs /sys/firmware/efi/efivars` otherwise fwupd does not find the bios to update. Instead, dbus seems to be a needed dependency.