diff options
| author | Roman Scherer <roman@burningswell.com> | 2026-01-11 11:03:49 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-07 20:59:05 +0100 |
| commit | 479d1ea923daffc0e10836be4f0f64f6e23966c9 (patch) | |
| tree | 858ed7631125168e850122134b83a0fea1fc4377 /gnu | |
| parent | 8c9ec8751a69aee449207cb2b3ed85dffb1e93ae (diff) | |
gnu: go-github-com-charmbracelet-huh: Use git-fetch/lfs.
The charmbracelet/huh repository uses Git LFS for binary files.
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-huh): Use
git-fetch/lfs method.
Relates-to: https://codeberg.org/guix/guix/pulls/5190
Change-Id: I8d296731ec61efec58bad207212b633f6356468c
Reviewed-by: Johannes Christ <jc@jchri.st>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 3b920a36d68..801c899dbec 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4700,7 +4700,7 @@ glamorous default themes.") (version "0.8.0") (source (origin - (method git-fetch) + (method git-fetch/lfs) (uri (git-reference (url "https://github.com/charmbracelet/huh") (commit (string-append "v" version)))) |
