summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2026-01-11 11:05:29 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-07 20:59:05 +0100
commitb3786b077f116c3099c61e6fbc3aa206bbd69581 (patch)
tree66a4fcab566140307e65c9497301f725ab3c2d9b
parent29cd883e7bfb0c8b79be318558b5909a30b6f735 (diff)
gnu: go-github-com-charmbracelet-x-conpty: 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-conpty): Use git-fetch/lfs method. Relates-to: https://codeberg.org/guix/guix/pulls/5190 Change-Id: I7e927ab22b0b10b5b8324895f0406c8fc4217656 Reviewed-by: Johannes Christ <jc@jchri.st> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/golang-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ecd604ff38e..e28f2e1f9ff 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4894,7 +4894,7 @@ ECMA-48} specs.")
(version "0.2.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