mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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
8660a7fc11
commit
85c14ebe3e
2 changed files with 24 additions and 24 deletions
|
@ -13191,6 +13191,30 @@ (define-public go-github-com-tkuchiki-go-timezone
|
|||
@end itemize")
|
||||
(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
|
||||
(package
|
||||
(name "go-github-com-twpayne-go-vfs")
|
||||
|
|
|
@ -2909,30 +2909,6 @@ (define-public go-github-com-alcortesm-tgz
|
|||
temporal directories.")
|
||||
(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
|
||||
(package
|
||||
(name "go-github-com-twpayne-go-vfsafero")
|
||||
|
|
Loading…
Reference in a new issue