Hello,
yesterday there was a person with an issue in the #guix irc channel. They couldn't pull, because gnutls couldn't be built. This was because crysys.hu mirror has been used to download the file. This page is no more a mirror, but the page is misbehaving, it's returning 200 instead of 404 for the mirror pages. That means people end up with HTML file downloaded. This is solved for latest Guix, but not for the release! Moreover, there is no good mechanism to disable mirrors like that, leaving people with no good options to update to newer Guix version. This is because the mirrors are defined in the source code of Guix, and they don't have a mechanism to 'remove' mirrors from outside of the source. I think this warrants a new release of Guix with no misbehaving mirrors, and for a discussion of how to allow users to disable a mirror. This mirror was second in the gnupg mirror list, the first one stopped working altogether, so it's skipped. The problem affects mainly users on foreign distros on first pull. One workaround is to edit the /etc/hosts file to point to an ip that doesn't have http nor https servers running, commonly `127.0.0.1 crysys.hu`. Rutherther