mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0d1fab2608
commit
c09dca0c12
1 changed files with 25 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue