~ruther/guix-local

7cd15c81155d3ec0ea133c7f36b18a718eacc7a8 — Sharlatan Hellseher 2 years ago cd9089d
gnu: go-github.com-jessevdk-go-flags: Adjust variable name.

* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Rename to
go-github-com-jessevdk-go-flags to follow go import naming convention.

* gnu/packages/golang.scm (go-github-com-dhowett-go-plist)
[inputs]: Remove go-github.com-jessevdk-go-flags, add
go-github-com-jessevdk-go-flags.

Change-Id: I6fc977b11e5044b8e6cab2baa4c107967baedb59
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +3 -3
@@ 1881,7 1881,7 @@ retry strategies, such as fixed delay, backoff delay, and random delay.")
      (build-system go-build-system)
      (arguments `(#:import-path "howett.net/plist"))
      (inputs
       (list go-github.com-jessevdk-go-flags go-github-com-kr-pretty
       (list go-github-com-jessevdk-go-flags go-github-com-kr-pretty
             go-gopkg-in-check-v1 go-gopkg-in-yaml-v2))
      (home-page "https://github.com/DHowett/go-plist")
      (synopsis "Apple property list transcoder")


@@ 2839,9 2839,9 @@ Under Windows, the console APIs are used.  Otherwise, ANSI texts are output.")
specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
    (license license:expat)))

(define-public go-github.com-jessevdk-go-flags
(define-public go-github-com-jessevdk-go-flags
  (package
    (name "go-github.com-jessevdk-go-flags")
    (name "go-github-com-jessevdk-go-flags")
    (version "1.5.0")
    (source (origin
              (method git-fetch)