1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02: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:
Sharlatan Hellseher 2024-12-28 15:28:12 +00:00
parent 5d5b8bf7b8
commit 3c15a155d8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 27 additions and 25 deletions

View file

@ -5007,31 +5007,6 @@ That is, @code{gofumpt} is happy with a subset of the formats that
(native-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
(package
(name "go-gopkg-in-djherbis-times-v1")