On Wed, 20 May 2020 at 20:31, Julien Lepiller <jul...@lepiller.eu> wrote:
> guix graph -t references --path /gnu/store/…-docker /gnu/store/…-go > > Should give you the shortest path from docker to go, looking only at > references. It seems that the culprit is the package 'runc'. --8<---------------cut here---------------start------------->8--- guix graph -t references \ /gnu/store/scmx1fphz8kphx37rbckiqvkkh125y6d-docker-19.03.7 \ --path \ /gnu/store/w8gjhcw6a16rk1dvxa97bz2znal5fihm-go-1.13.9 /gnu/store/scmx1fphz8kphx37rbckiqvkkh125y6d-docker-19.03.7 /gnu/store/vycnhl10jc3jv4yc7dy1p6maykipidkp-runc-1.0.0-rc6 /gnu/store/w8gjhcw6a16rk1dvxa97bz2znal5fihm-go-1.13.9 --8<---------------cut here---------------end--------------->8---