diff options
| author | Roman Scherer <roman@burningswell.com> | 2026-01-10 16:21:17 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 20:45:53 +0000 |
| commit | 966ea79366dbd7c060da562ae887737a05ce88b5 (patch) | |
| tree | 277df9993749a96895495e521339e369d993204b /gnu | |
| parent | 3722e939af51e1e67acc7df8756ca8661fc04847 (diff) | |
gnu: go-github-com-charmbracelet-x-windows: 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-windows): Use
git-fetch/lfs method.
Change-Id: I21c33ec6ca488b59f63cb1d8609beaaad888b378
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 1095e9a5f5..f31aef88d6 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -4462,7 +4462,7 @@ package provides an API for comparing Golden files.") (version "0.2.0") (source (origin - (method git-fetch) + (method git-fetch/lfs) (uri (git-reference (url "https://github.com/charmbracelet/x") (commit (go-version->git-ref version |
