mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-davecgh-go-xdr: Move to golang-web.
* gnu/packages/golang.scm (go-github-com-davecgh-go-xdr): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ia49386d831382f20d49606621056166b8a935acc
This commit is contained in:
parent
5d5b8bf7b8
commit
3c15a155d8
2 changed files with 27 additions and 25 deletions
|
@ -1363,6 +1363,33 @@ client in Golang.")
|
||||||
(modify-inputs (package-native-inputs go-github-com-datadog-datadog-go)
|
(modify-inputs (package-native-inputs go-github-com-datadog-datadog-go)
|
||||||
(append go-github-com-golang-mock)))))
|
(append go-github-com-golang-mock)))))
|
||||||
|
|
||||||
|
(define-public go-github-com-davecgh-go-xdr
|
||||||
|
(package
|
||||||
|
(name "go-github-com-davecgh-go-xdr")
|
||||||
|
(version "0.0.0-20161123171359-e6a2ba005892")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/davecgh/go-xdr")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0vifrz4iil4r7k8sz5iqlfbh80ysgs5abp2simgyhsbrkxrrsrrd"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/davecgh/go-xdr/xdr2"
|
||||||
|
#:unpack-path "github.com/davecgh/go-xdr"))
|
||||||
|
(home-page "https://github.com/davecgh/go-xdr")
|
||||||
|
(synopsis "Pure Go implementation of the XDR standard")
|
||||||
|
(description
|
||||||
|
"@code{go-xdr} implements the data representation portion of the External
|
||||||
|
Data Representation (XDR) standard protocol as specified in RFC
|
||||||
|
4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.")
|
||||||
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public go-github-com-elazarl-goproxy
|
(define-public go-github-com-elazarl-goproxy
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-elazarl-goproxy")
|
(name "go-github-com-elazarl-goproxy")
|
||||||
|
|
|
@ -5007,31 +5007,6 @@ That is, @code{gofumpt} is happy with a subset of the formats that
|
||||||
(native-inputs '())
|
(native-inputs '())
|
||||||
(inputs '())))
|
(inputs '())))
|
||||||
|
|
||||||
(define-public go-github-com-davecgh-go-xdr
|
|
||||||
(package
|
|
||||||
(name "go-github-com-davecgh-go-xdr")
|
|
||||||
(version "0.0.0-20161123171359-e6a2ba005892")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/davecgh/go-xdr")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0vifrz4iil4r7k8sz5iqlfbh80ysgs5abp2simgyhsbrkxrrsrrd"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/davecgh/go-xdr/xdr2"
|
|
||||||
#:unpack-path "github.com/davecgh/go-xdr"))
|
|
||||||
(home-page "https://github.com/davecgh/go-xdr")
|
|
||||||
(synopsis "Pure Go implementation of the XDR standard")
|
|
||||||
(description "@code{go-xdr} implements the data representation portion of
|
|
||||||
the External Data Representation (XDR) standard protocol as specified in RFC
|
|
||||||
4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.")
|
|
||||||
(license license:isc)))
|
|
||||||
|
|
||||||
(define-public go-gopkg-in-djherbis-times-v1
|
(define-public go-gopkg-in-djherbis-times-v1
|
||||||
(package
|
(package
|
||||||
(name "go-gopkg-in-djherbis-times-v1")
|
(name "go-gopkg-in-djherbis-times-v1")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue