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:
Herman Rimm 2024-12-03 14:15:00 +01:00 committed by Sharlatan Hellseher
parent c73d6f1b9d
commit 240664cae1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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