Am Thu, Apr 30, 2026 at 02:37:19PM +0900 schrieb Nguyễn Gia Phong: > IMHO the problem is (guix build-system python) is still in used > for Python 2 stuff, which can be fixed as follows. > - #:use-module (guix build-system python) > + #:use-module ((guix build-system python) #:select (package-with-python2))
This is almost unused, only two packages left. One is used in pypy2, of which I would like to get rid in my janitor role, but Maxim is in favour of keeping it. To be revisited once we are closer to get rid of Python 2 altogether. Andreas
