sharlatan pushed a commit to branch go-team
in repository guix.
commit 23d36688916bc0795a1979f1548a23cadb636d3c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 24 07:58:41 2025 +0000
gnu: git-lfs: Adjust inputs.
* gnu/packages/version-control.scm (git-lfs): Move all go-* inputs from
propagated-inputs to native-inputs.
Change-Id: Ic759a1339761eb26f7578728b866fa94a493744e
---
gnu/packages/version-control.scm | 43 ++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 31b9455fd2..dcbfc13096 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -4070,32 +4070,31 @@ will reconstruct the object along its delta-base chain
and return it.")
(string-append #$output
"/share/man/man1")))
(find-files "." "^git-lfs.*\\.1$"))))))
#~()))))
- ;; make `ronn` available during build for man page generation
(native-inputs
- (append (list git-minimal)
+ (append (list git-minimal
+ go-github-com-avast-retry-go
+ go-github-com-dpotapov-go-spnego
+ go-github-com-git-lfs-gitobj-v2
+ go-github-com-git-lfs-go-netrc
+ go-github-com-git-lfs-pktline
+ go-github-com-git-lfs-wildmatch-v2
+ go-github-com-jmhodges-clock
+ go-github-com-leonelquinteros-gotext
+ go-github-com-mattn-go-isatty
+ go-github-com-olekukonko-ts
+ go-github-com-pkg-errors
+ go-github-com-rubyist-tracerx
+ go-github-com-spf13-cobra
+ go-github-com-ssgelm-cookiejarparser
+ go-github-com-stretchr-testify
+ go-github-com-xeipuuv-gojsonschema
+ go-golang-org-x-net
+ go-golang-org-x-sync
+ go-golang-org-x-sys)
+ ;; make `ronn` available during build for man page generation
(if (supported-package? ruby-asciidoctor)
(list ronn-ng ruby-asciidoctor)
'())))
- (propagated-inputs
- (list go-github-com-avast-retry-go
- go-github-com-dpotapov-go-spnego
- go-github-com-git-lfs-gitobj-v2
- go-github-com-git-lfs-go-netrc
- go-github-com-git-lfs-pktline
- go-github-com-git-lfs-wildmatch-v2
- go-github-com-jmhodges-clock
- go-github-com-leonelquinteros-gotext
- go-github-com-mattn-go-isatty
- go-github-com-olekukonko-ts
- go-github-com-pkg-errors
- go-github-com-rubyist-tracerx
- go-github-com-spf13-cobra
- go-github-com-ssgelm-cookiejarparser
- go-github-com-stretchr-testify
- go-github-com-xeipuuv-gojsonschema
- go-golang-org-x-net
- go-golang-org-x-sync
- go-golang-org-x-sys))
(home-page "https://git-lfs.github.com/")
(synopsis "Git extension for versioning large files")
(description