mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: go-github-com-twpayne-go-shell: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-twpayne-go-shell): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I67aeca08535ea3a03963518288daf1613c2df392
This commit is contained in:
parent
68e8cfc081
commit
d8003c3e2b
2 changed files with 24 additions and 24 deletions
|
@ -13191,6 +13191,30 @@ supported by the time package
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-twpayne-go-shell
|
||||||
|
(package
|
||||||
|
(name "go-github-com-twpayne-go-shell")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/twpayne/go-shell")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0rnwdlhiakcigmz55fhn0wib6vi064cqxfq512mi880j9yqx4114"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:import-path "github.com/twpayne/go-shell"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-alecthomas-assert-v2))
|
||||||
|
(home-page "https://github.com/twpayne/go-shell")
|
||||||
|
(synopsis "Shell across multiple platforms")
|
||||||
|
(description
|
||||||
|
"Package @code{shell} returns a user's shell across multiple platforms.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-vfs
|
(define-public go-github-com-twpayne-go-vfs
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-twpayne-go-vfs")
|
(name "go-github-com-twpayne-go-vfs")
|
||||||
|
|
|
@ -2909,30 +2909,6 @@ size of the terminal.")
|
||||||
temporal directories.")
|
temporal directories.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-shell
|
|
||||||
(package
|
|
||||||
(name "go-github-com-twpayne-go-shell")
|
|
||||||
(version "0.5.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/twpayne/go-shell")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0rnwdlhiakcigmz55fhn0wib6vi064cqxfq512mi880j9yqx4114"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/twpayne/go-shell"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-alecthomas-assert-v2))
|
|
||||||
(home-page "https://github.com/twpayne/go-shell/")
|
|
||||||
(synopsis "Shell across multiple platforms")
|
|
||||||
(description
|
|
||||||
"Package @code{shell} returns a user's shell across multiple platforms.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-vfsafero
|
(define-public go-github-com-twpayne-go-vfsafero
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-twpayne-go-vfsafero")
|
(name "go-github-com-twpayne-go-vfsafero")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue