On Tue, Jun 19, 2018 at 10:43:33AM +0200, Rouby Pierre-Antoine wrote: > * gnu/packages/golang.scm (go-github-com-docker-distribution): New variable. > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/docker/distribution") > + (commit commit))) This bundles its entire dependency graph, including the logrus module you just packaged, and some other things we have packaged: https://github.com/docker/distribution/tree/master/vendor I think it's okay to add the package with the bundled code if everything is freely licensed. Can you confirm that it is?