mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-charmbracelet-x-windows.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-windows): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I6e436897b6261b695f1347951a978d56373e8e56
This commit is contained in:
parent
c73d6f1b9d
commit
240664cae1
1 changed files with 26 additions and 0 deletions
|
@ -1806,6 +1806,32 @@ ECMA-48} specs.")
|
|||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-charmbracelet-x-windows
|
||||
(package
|
||||
(name "go-github-com-charmbracelet-x-windows")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/charmbracelet/x")
|
||||
(commit (go-version->git-ref version
|
||||
#:subdir "windows"))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "011kkz7l7fqr3a4sslfipiyl6bq51md1rc7ayj73xm5ayscpm0r2"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/charmbracelet/x/windows"
|
||||
#:unpack-path "github.com/charmbracelet/x"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
(home-page "https://github.com/charmbracelet/x")
|
||||
(synopsis "Windows API used at Charmbracelet")
|
||||
(description
|
||||
"This package provides the Windows API used at Charmbracelet.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-charmbracelet-x-exp-golden
|
||||
(package
|
||||
(name "go-github-com-charmbracelet-x-exp-golden")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue