guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31881] [PATCH 4/4] gnu: Add go-github-com-docker-distribution.


From: Leo Famulari
Subject: [bug#31881] [PATCH 4/4] gnu: Add go-github-com-docker-distribution.
Date: Wed, 20 Jun 2018 13:00:48 -0400
User-agent: Mutt/1.10.0 (2018-05-17)

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?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]