New comment by tranzystorek-io on void-packages repository https://github.com/void-linux/void-packages/pull/34856#issuecomment-1053536834 Comment: The indexmap issue should be fixed if autocfg is updated, sth like: ```shell post_patch() { cargo update --package autocfg --precise 1.1.0 } ```