gnu: go-github-com-olekukonko-ts: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-olekukonko-ts): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: Ibb66ec8c55070c839ae5e544f4ce01f8d3d6e8c5
This commit is contained in:
Sharlatan Hellseher 2025-01-10 21:16:51 +00:00
parent 79fcf255bd
commit 8f94d7052d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 25 additions and 25 deletions

View file

@ -11302,6 +11302,31 @@ millisecond)
@end itemize")
(license license:expat)))
(define-public go-github-com-olekukonko-ts
(package
(name "go-github-com-olekukonko-ts")
(version "0.0.0-20171002115256-78ecb04241c0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/olekukonko/ts")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0k88n5rvs5k5zalbfa7c71jkjb8dhpk83s425z728qn6aq49c978"))))
(build-system go-build-system)
(arguments
(list
#:tests? #f ; inappropriate ioctl for device.
#:import-path "github.com/olekukonko/ts"))
(home-page "https://github.com/olekukonko/ts/")
(synopsis "Simple Go application to get the size of the terminal")
(description
"This package provides a simple Go application to get the size of the
terminal.")
(license license:expat)))
(define-public go-github-com-op-go-logging
(package
(name "go-github-com-op-go-logging")

View file

@ -2564,31 +2564,6 @@ Porter2 stemmer}. It is written completely using finite state machines to do
suffix comparison, rather than the string-based or tree-based approaches.")
(license license:asl2.0))))
(define-public go-github-com-olekukonko-ts
(let ((commit "78ecb04241c0121483589a30b0814836a746187d")
(revision "0"))
(package
(name "go-github-com-olekukonko-ts")
(version (git-version "0.0.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/olekukonko/ts")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0k88n5rvs5k5zalbfa7c71jkjb8dhpk83s425z728qn6aq49c978"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/olekukonko/ts"
#:tests? #f)) ; inappropriate ioctl for device.
(home-page "https://github.com/olekukonko/ts/")
(synopsis "Simple Go application to get the size of the terminal")
(description "This package provides a simple Go application to get the
size of the terminal.")
(license license:expat))))
(define-public go-github-com-twpayne-go-vfsafero
(package
(name "go-github-com-twpayne-go-vfsafero")