guix-patches
[Top][All Lists]
Advanced

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

[bug#30214] [PATCH 03/10] gnu: Add go-github.com-jessevdk-go-flags.


From: Leo Famulari
Subject: [bug#30214] [PATCH 03/10] gnu: Add go-github.com-jessevdk-go-flags.
Date: Mon, 22 Jan 2018 16:54:47 -0500
User-agent: Mutt/1.9.2 (2017-12-15)

On Mon, Jan 22, 2018 at 09:08:23PM +0000, Christopher Baines wrote:
> * gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): New variable.

> +         (add-after 'unpack 'rename-archive
> +           (lambda _
> +             (rename-file
> +              ,(string-append "src/github.com/jessevdk/go-flags-" version)
> +              "src/github.com/jessevdk/go-flags")
> +             #t)))))

I notice a few of these changes in your patch series. Can you give some
detail about what's going on?

If someone were developing with this library in the typical Go way,
outside of Guix, would they have a problem here?

Should the go-build-system try to handle this automatically?

Attachment: signature.asc
Description: PGP signature


reply via email to

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