1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Roman Scherer
2026-01-10 16:21:17 +01:00
committed by Sharlatan Hellseher
parent 3722e939af
commit 966ea79366

View File

@@ -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