diff options
| author | Roman Scherer <roman@burningswell.com> | 2026-01-10 16:20:19 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 20:45:38 +0000 |
| commit | 2f98b83322ccc7f893994a8de31da33ca6d18aeb (patch) | |
| tree | 70863498b4d5d38866d22f45ab3dd01db54dd8ef /gnu | |
| parent | 98e420ad543e550b5a775cf428b257309b98ca6a (diff) | |
gnu: go-github-com-charmbracelet-x-input: 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-input): Use
git-fetch/lfs method.
Change-Id: I570d2c43188afecfee9323ede00523724a741e41
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 cce56ade985..eeaa04e25d1 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4355,7 +4355,7 @@ package provides an API for comparing Golden files.") (version "0.3.7") (source (origin - (method git-fetch) + (method git-fetch/lfs) (uri (git-reference (url "https://github.com/charmbracelet/x") (commit (go-version->git-ref version |
