mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 00:25:58 +02:00
gnu: go-github-com-charmbracelet-x-cellbuf: Use git-fetch/lfs.
This repository uses Git LFS for binary files, requiring git-fetch/lfs to properly fetch the content on systems where git-lfs is not available to the daemon's builtin:git-download builder. * gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-cellbuf): Use git-fetch/lfs method. Change-Id: I5899d3cc841d117d079a968ca4b73fd7c8d13108 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
6b6f994781
commit
09f1b0845d
@@ -4193,7 +4193,7 @@ ECMA-48} specs.")
|
||||
(version "0.0.13")
|
||||
(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