mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 01:25:57 +02:00
gnu: go-github-com-charmbracelet-x-term: 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-term): Use git-fetch/lfs method. Change-Id: I921bf69c364b91cf4de5cb3ccb3a720c411c005e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
2f98b83322
commit
3722e939af
@@ -4389,7 +4389,7 @@ package provides an API for comparing Golden files.")
|
|||||||
(version "0.2.1")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch/lfs)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/charmbracelet/x")
|
(url "https://github.com/charmbracelet/x")
|
||||||
(commit (go-version->git-ref version
|
(commit (go-version->git-ref version
|
||||||
|
|||||||
Reference in New Issue
Block a user