By the way, for testing guix with guile 2.2 easily: > $ cat ~/tmp/guix-with-guile-next.scm > (use-modules > (guix packages) > (guix build utils) > (gnu packages guile) > (gnu packages package-management)) > > (package > (inherit guix) > (inputs (alist-replace "guile" > (list guile-next) > (package-inputs guix)))) > > $ guix environment --pure -l ~/tmp/guix-with-guile-next.scm > $ autoreconf ...
Taylan