mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: Add go-github-com-charmbracelet-log.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-log): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I5458a03649545ae8aa2bdf4e0f70ccf4e0b6240a
This commit is contained in:
parent
7f83328d94
commit
c73d6f1b9d
1 changed files with 30 additions and 0 deletions
|
@ -1713,6 +1713,36 @@ tools.")
|
|||
"Style definitions for nice terminal layouts. Built with TUIs in mind.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-charmbracelet-log
|
||||
(package
|
||||
(name "go-github-com-charmbracelet-log")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/charmbracelet/log")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1dljsz5h6pw9w396sy9na99c2pvi542b3r138lka7l0ifmzpxjw9"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/charmbracelet/log"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-charmbracelet-lipgloss
|
||||
go-github-com-go-logfmt-logfmt
|
||||
go-github-com-muesli-termenv
|
||||
go-golang-org-x-exp))
|
||||
(home-page "https://github.com/charmbracelet/log")
|
||||
(synopsis "Colorful Go logging library")
|
||||
(description
|
||||
"This package provides a minimal and colorful Go logging library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-charmbracelet-x-ansi
|
||||
(package
|
||||
(name "go-github-com-charmbracelet-x-ansi")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue