Hi, Gabriel Wicki <gabr...@erlikon.ch> writes:
> i am in the process of packaging uf2 when i stumble into a kind-of-weird > bug. > > building the definition below (in bootloaders.scm) on top of > fbf8b81971475ee712338f1c955be6ac44099fac fails in the build phase > >> error: [Errno 2] No such file or directory: > '/tmp/guix-build-python2-2.7.18.drv-0/Python-2.7.18/Modules/_ctypes/libffi' [...] > is this a known issue? are there workarounds? what am i missing? I'm not sure, but Python 2 is long end-of-life. Adding new things depending on python-2 should not happen, ideally. Is Python 2 absolutely necessary? Perhaps they have a branch already ready to use Python 3, or some newer commit. -- Thanks, Maxim