There is an updated pull request by mnabid against master on the void-packages repository https://github.com/mnabid/void-packages nautilus-python https://github.com/void-linux/void-packages/pull/20398 New package: nautilus-python-1.2.3 If cross compiling, I get this error in configure: ``` configure:9474: checking for headers required to compile python extensions configure:9530: armv7l-linux-gnueabihf-cpp -I/usr/include/python3.8 -I/usr/include/python3.8 conftest.c In file included from /usr/include/python3.8/Python.h:63, from conftest.c:23: /usr/include/python3.8/pyport.h:726:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." 726 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." ``` **Added `nocross` flag as I'm stuck with this error now.** I've submitted an issue [here](https://gitlab.gnome.org/GNOME/nautilus-python/-/issues/11). A patch file from https://github.com/void-linux/void-packages/pull/20398.patch is attached