gnu: Add go-github-com-charmbracelet-x-exp-slice.

* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-exp-slice): New variable.

Change-Id: I3eff87e1ceb6740ac4ad40f712690124b5087d9a
This commit is contained in:
Sharlatan Hellseher 2025-09-11 13:29:05 +01:00
parent 0d1fab2608
commit c09dca0c12
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3545,6 +3545,31 @@ tests,which can contain control codes and escape sequences. @code{golden}
package provides an API for comparing Golden files.") package provides an API for comparing Golden files.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-charmbracelet-x-exp-slice
(package
(name "go-github-com-charmbracelet-x-exp-slice")
(version "0.0.0-20250910184208-1e3a578dd00d")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/charmbracelet/x")
(commit (go-version->git-ref version
#:subdir "exp/slice"))))
(file-name (git-file-name name version))
(sha256
(base32 "1jbyg0ar8cz5f1lfnsqrzsbl51c74xf27v065nwcw78b26i7mg2g"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/charmbracelet/x/exp/slice"
#:unpack-path "github.com/charmbracelet/x"))
(home-page "https://github.com/charmbracelet/x")
(synopsis "Utility functions for working with slices in Glang")
(description
"Package slice provides utility functions for working with slices in Go.")
(license license:expat)))
(define-public go-github-com-charmbracelet-x-input (define-public go-github-com-charmbracelet-x-input
(package (package
(name "go-github-com-charmbracelet-x-input") (name "go-github-com-charmbracelet-x-input")