diff options
| author | Roman Scherer <roman@burningswell.com> | 2026-01-10 16:20:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 20:45:46 +0000 |
| commit | 3722e939af51e1e67acc7df8756ca8661fc04847 (patch) | |
| tree | be4d3ac659dafceeab914f2828c07470dac71118 /gnu | |
| parent | 2f98b83322ccc7f893994a8de31da33ca6d18aeb (diff) | |
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>
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 eeaa04e25d1..1095e9a5f5e 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4389,7 +4389,7 @@ package provides an API for comparing Golden files.") (version "0.2.1") (source (origin - (method git-fetch) + (method git-fetch/lfs) (uri (git-reference (url "https://github.com/charmbracelet/x") (commit (go-version->git-ref version |
