1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: go-github.com-nsf-termbox-go: Fix name.

* gnu/packages/golang-xyz.scm (go-github.com-nsf-termbox-go): Rename
variable to go-github-com-nsf-termbox-go.

(go-github-com-gizak-termui-v3) [propagated- inputs]: Remove
go-github.com-nsf-termbox-go; add go-github-com-nsf-termbox-go.

* gnu/packages/games.scm (harmonist) [inputs]: Remove
go-github.com-nsf-termbox-go; add go-github-com-nsf-termbox-go.

* gnu/packages/time.scm (countdown) [inputs]: Remove
go-github.com-nsf-termbox-go; add go-github-com-nsf-termbox-go.

Change-Id: I621304593cc00cdf8bcf9acc0f8e1064682e0d3f
This commit is contained in:
Sharlatan Hellseher 2024-12-27 12:16:54 +00:00
parent 2c34c9bb6f
commit 0d44363e82
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 5 additions and 5 deletions

View file

@ -10650,7 +10650,7 @@ terminal full-window applications.")
'(#:import-path "git.tuxfamily.org/harmonist/harmonist"))
(inputs
`(("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)
("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)
("go-github-com-nsf-termbox-go" ,go-github-com-nsf-termbox-go)
("go-github-com-anaseto-gruid" ,go-github-com-anaseto-gruid)
("go-github-com-anaseto-gruid-tcell" ,go-github-com-anaseto-gruid-tcell)))
(home-page "https://harmonist.tuxfamily.org/")

View file

@ -4133,7 +4133,7 @@ also favors portability, and includes support for all POSIX systems.")
(propagated-inputs
(list go-github-com-mattn-go-runewidth
go-github-com-mitchellh-go-wordwrap
go-github.com-nsf-termbox-go))
go-github-com-nsf-termbox-go))
(home-page "https://github.com/gizak/termui")
(synopsis "Terminal dashboard widget Go library")
(description
@ -8524,9 +8524,9 @@ list of sentences.")
pretty printed rendering in Golang.")
(license license:expat)))
(define-public go-github.com-nsf-termbox-go
(define-public go-github-com-nsf-termbox-go
(package
(name "go-github.com-nsf-termbox-go")
(name "go-github-com-nsf-termbox-go")
(version "1.1.1")
(source
(origin

View file

@ -695,7 +695,7 @@ choosing.")
(list
#:import-path "github.com/antonmedv/countdown"))
(native-inputs
(list go-github.com-nsf-termbox-go))
(list go-github-com-nsf-termbox-go))
(home-page "https://github.com/antonmedv/countdown")
(synopsis "Counts to zero with a text user interface")
(description