gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Move to golang-xyz.
* gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I7681af021b51e7c349a48cc5bd7822dbb78c6a1bmaster
parent
34c5573728
commit
088d174fd9
gnu/packages
|
@ -2702,6 +2702,36 @@ the @code{cpan} module @code{Parse::CommandLine}.")
|
||||||
other directories. It is optimized for filewalking.")
|
other directories. It is optimized for filewalking.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-matttproud-golang-protobuf-extensions-pbutil
|
||||||
|
(package
|
||||||
|
(name "go-github-com-matttproud-golang-protobuf-extensions-pbutil")
|
||||||
|
(version "2.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri
|
||||||
|
(git-reference
|
||||||
|
(url "https://github.com/matttproud/golang_protobuf_extensions")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0jw4vjycwx0a82yvixmp25805krdyqd960y8lnyggllb6br0vh41"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/matttproud/golang_protobuf_extensions/v2/pbutil"
|
||||||
|
#:unpack-path "github.com/matttproud/golang_protobuf_extensions/v2"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-golang-protobuf
|
||||||
|
go-google-golang-org-protobuf))
|
||||||
|
(home-page "https://github.com/matttproud/golang_protobuf_extensions")
|
||||||
|
(synopsis "Streaming Protocol Buffers in Go")
|
||||||
|
(description
|
||||||
|
"This package provides various Protocol Buffer extensions for the Go
|
||||||
|
language, namely support for record length-delimited message streaming.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-mgutz-ansi
|
(define-public go-github-com-mgutz-ansi
|
||||||
(let ((commit "9520e82c474b0a04dd04f8a40959027271bab992")
|
(let ((commit "9520e82c474b0a04dd04f8a40959027271bab992")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
|
@ -238,33 +238,3 @@ notification area icon for Syncthing. Supported Syncthing features:
|
||||||
notification library in Go.")
|
notification library in Go.")
|
||||||
(home-page "https://github.com/syncthing/notify")
|
(home-page "https://github.com/syncthing/notify")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-matttproud-golang-protobuf-extensions-pbutil
|
|
||||||
(package
|
|
||||||
(name "go-github-com-matttproud-golang-protobuf-extensions-pbutil")
|
|
||||||
(version "2.0.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri
|
|
||||||
(git-reference
|
|
||||||
(url "https://github.com/matttproud/golang_protobuf_extensions")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0jw4vjycwx0a82yvixmp25805krdyqd960y8lnyggllb6br0vh41"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/matttproud/golang_protobuf_extensions/v2/pbutil"
|
|
||||||
#:unpack-path "github.com/matttproud/golang_protobuf_extensions/v2"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-golang-protobuf
|
|
||||||
go-google-golang-org-protobuf))
|
|
||||||
(synopsis "Streaming Protocol Buffers in Go")
|
|
||||||
(description "This package provides various Protocol Buffer
|
|
||||||
extensions for the Go language, namely support for record length-delimited
|
|
||||||
message streaming.")
|
|
||||||
(home-page "https://github.com/matttproud/golang_protobuf_extensions")
|
|
||||||
(license asl2.0)))
|
|
||||||
|
|
Reference in New Issue