1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +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

@ -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