mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: go-github-com-charmbracelet-bubbletea: Remove input labels.
* gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): [propagated-inputs]: Remove input labels. Change-Id: If2dc587649c4e44aabf025de915655887d04530c
This commit is contained in:
parent
335f07eb47
commit
a2a3264bb3
1 changed files with 10 additions and 10 deletions
|
@ -7044,16 +7044,16 @@ parser.")
|
|||
(for-each delete-file-recursively
|
||||
'("examples" "tutorials"))))))))
|
||||
(propagated-inputs
|
||||
`(("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty)
|
||||
("github.com/muesli/termenv" ,go-github-com-muesli-termenv)
|
||||
("github.com/mattn/go-runewidth" ,go-github-com-mattn-go-runewidth)
|
||||
("go-github-com-muesli-reflow" ,go-github-com-muesli-reflow)
|
||||
("go-github-com-lucasb-eyer-go-colorful" ,go-github-com-lucasb-eyer-go-colorful)
|
||||
("github.com/containerd/console" ,go-github-com-containerd-console)
|
||||
("go-golang-org-x-crypto" ,go-golang-org-x-crypto)
|
||||
("go-golang-org-x-sys" ,go-golang-org-x-sys)
|
||||
("go-golang-org-x-term" ,go-golang-org-x-term)
|
||||
("github.com/mattn/go-isatty" ,go-github-com-mattn-go-isatty)))
|
||||
(list go-github-com-mattn-go-isatty
|
||||
go-github-com-muesli-termenv
|
||||
go-github-com-mattn-go-runewidth
|
||||
go-github-com-muesli-reflow
|
||||
go-github-com-lucasb-eyer-go-colorful
|
||||
go-github-com-containerd-console
|
||||
go-golang-org-x-crypto
|
||||
go-golang-org-x-sys
|
||||
go-golang-org-x-term
|
||||
go-github-com-mattn-go-isatty))
|
||||
(home-page "https://github.com/charmbracelet/bubbletea")
|
||||
(synopsis "Powerful little TUI framework")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue