Dear, On Tue, 28 Apr 2020 at 14:18, Josh Holland <[email protected]> wrote:
> I was trying to install docker, which has go-sctp as a dependency. > However, it fails to build, with the following output: Yes, Docker is broken on master because 'go-sctp' fails to build. https://ci.guix.gnu.org/search?query=spec%3Aguix-master+system%3Ax86_64-linux+docker-19.03.7 https://ci.guix.gnu.org/build/2549650/details However, it seems fixed on core-updates. https://ci.guix.gnu.org/search?query=spec%3Acore-updates-core-updates+system%3Ax86_64-linux+docker-19.03.7 Well, a workaround could be: guix pull --branch=core-updates -p /tmp/core-updates /tmp/core-updates/bin/guix build go-sctp Hope that helps, simon
