mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-23 10:40:31 +02:00
gnu: go-github-com-charmbracelet-x-exp-strings: Use git-fetch/lfs.
The charmbracelet/x repository uses Git LFS for binary files (*.png, *.jpg, *.ttf). Using git-fetch/lfs ensures proper checkout of these files, preventing hash mismatches across different architectures. * gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-exp-strings): Use git-fetch/lfs method. Relates-to: https://codeberg.org/guix/guix/pulls/5190 Change-Id: Ia3d2e0fbf113bd7d1c73e4b6459fe96cd9a475f0 Reviewed-by: Johannes Christ <jc@jchri.st> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
0deb53a24e
commit
a4c4084472
@@ -5024,7 +5024,7 @@ package provides an API for comparing Golden files.")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(method git-fetch/lfs)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/charmbracelet/x")
|
||||
(commit (go-version->git-ref version
|
||||
|
||||
Reference in New Issue
Block a user