From 966ea79366dbd7c060da562ae887737a05ce88b5 Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Sat, 10 Jan 2026 16:21:17 +0100 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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