mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: go-github-com-containerd-console: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-containerd-console): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ia6abf935788718ae023dd0395df26d417e7bf33c
This commit is contained in:
parent
7685abec9e
commit
6d0f8af0f4
2 changed files with 26 additions and 26 deletions
|
@ -2673,6 +2673,32 @@ cgroup uses the OCI runtime-spec found
|
||||||
go-golang-org-x-sys
|
go-golang-org-x-sys
|
||||||
go-google-golang-org-protobuf))))
|
go-google-golang-org-protobuf))))
|
||||||
|
|
||||||
|
(define-public go-github-com-containerd-console
|
||||||
|
(package
|
||||||
|
(name "go-github-com-containerd-console")
|
||||||
|
(version "1.0.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/containerd/console")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1p10k6lwfxgij5a9i47dark8apffc6wn254dwj43ks8jr134854v"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/containerd/console"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/containerd/console")
|
||||||
|
(synopsis "Console package for Go")
|
||||||
|
(description
|
||||||
|
"This is Golang package for dealing with consoles. It has few
|
||||||
|
dependencies and a simple API.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-containerd-fifo
|
(define-public go-github-com-containerd-fifo
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-containerd-fifo")
|
(name "go-github-com-containerd-fifo")
|
||||||
|
|
|
@ -4541,32 +4541,6 @@ parser.")
|
||||||
@url{https://unicode.org/reports/tr29/, Unicode Standard Annex #29}.")
|
@url{https://unicode.org/reports/tr29/, Unicode Standard Annex #29}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-containerd-console
|
|
||||||
(package
|
|
||||||
(name "go-github-com-containerd-console")
|
|
||||||
(version "1.0.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/containerd/console")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1p10k6lwfxgij5a9i47dark8apffc6wn254dwj43ks8jr134854v"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/containerd/console"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-golang-org-x-sys))
|
|
||||||
(home-page "https://github.com/containerd/console")
|
|
||||||
(synopsis "Console package for Go")
|
|
||||||
(description
|
|
||||||
"This is Golang package for dealing with consoles. It has few
|
|
||||||
dependencies and a simple API.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-mtibben-percent
|
(define-public go-github-com-mtibben-percent
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mtibben-percent")
|
(name "go-github-com-mtibben-percent")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue