1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +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:
Sharlatan Hellseher 2025-01-08 21:46:30 +00:00
parent 68e8cfc081
commit d8003c3e2b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 24 deletions

View file

@ -13191,6 +13191,30 @@ supported by the time package
@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")

View file

@ -2909,30 +2909,6 @@ size of the terminal.")
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")