[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/63: gnu: go-github-com-pierrec-lz4-v4: Fix build.
From: |
guix-commits |
Subject: |
33/63: gnu: go-github-com-pierrec-lz4-v4: Fix build. |
Date: |
Sat, 28 Dec 2024 11:13:42 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit c74524bf658e66419769a9dfb5aa581176e46b84
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Dec 27 21:04:28 2024 +0000
gnu: go-github-com-pierrec-lz4-v4: Fix build.
* gnu/packages/golang-compression.scm (go-lz4c): Move "native-inputs"
from here ...
(go-github-com-pierrec-lz4-v4): ... to here.
Change-Id: I9bc406b0dd8f99bff80b99fb3a9268d5e0c07a59
---
gnu/packages/golang-compression.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index f0f253c7e3..f73b1c1195 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -386,7 +386,12 @@ LZ4 data blocks. The implementation is based on the
reference C
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/pierrec/lz4/v4"))))
+ #:import-path "github.com/pierrec/lz4/v4"))
+ ;; For CLI.
+ (native-inputs
+ (list go-code-cloudfoundry-org-bytefmt
+ go-github-com-pierrec-cmdflag
+ go-github-com-schollz-progressbar-v3))))
(define-public go-github-com-ulikunitz-xz
(package
@@ -469,10 +474,6 @@ tool."))))
#:install-source? #f
#:import-path "github.com/pierrec/lz4/cmd/lz4c"
#:unpack-path "github.com/pierrec/lz4"))
- (native-inputs
- (list go-code-cloudfoundry-org-bytefmt
- go-github-com-pierrec-cmdflag
- go-github-com-schollz-progressbar-v3))
(description
(string-append (package-description go-github-com-pierrec-lz4-v4)
" This package provides an additional command line
- 44/63: gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9ac251b645a2., (continued)
- 44/63: gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9ac251b645a2., guix-commits, 2024/12/28
- 40/63: gnu: Add go-github-com-jmoiron-sqlx., guix-commits, 2024/12/28
- 53/63: gnu: go-github-com-gorhill-cronexpr: Update to 0.0.0-20180427100037-88b0669f7d75., guix-commits, 2024/12/28
- 63/63: gnu: go-github-com-masterminds-sprig-v3: Update to 3.3.0., guix-commits, 2024/12/28
- 46/63: gnu: go-github-com-tdewolff-hasher: Move to golang-xyz., guix-commits, 2024/12/28
- 06/63: gnu: Add go-github-com-safchain-ethtool., guix-commits, 2024/12/28
- 28/63: gnu: go-github-com-prometheus-common-assets: Update to 0.2.0., guix-commits, 2024/12/28
- 35/63: gnu: Add go-github-com-xo-dburl., guix-commits, 2024/12/28
- 36/63: gnu: go-github-com-pquerna-ffjson: Fix tests., guix-commits, 2024/12/28
- 41/63: gnu: Add go-github-com-tdewolff-argp., guix-commits, 2024/12/28
- 33/63: gnu: go-github-com-pierrec-lz4-v4: Fix build.,
guix-commits <=
- 50/63: gnu: go-github-com-davecgh-go-xdr: Move to golang-web., guix-commits, 2024/12/28
- 56/63: gnu: go-github-com-huandu-xstrings: Update to 1.5.0., guix-commits, 2024/12/28
- 62/63: gnu: go-github-com-mitchellh-go-wordwrap: Move to golang-xyz., guix-commits, 2024/12/28
- 10/63: gnu: go-github-com-dennwc-varint: Simplify., guix-commits, 2024/12/28
- 20/63: gnu: go-github-com-godbus-dbus: Simplify., guix-commits, 2024/12/28
- 31/63: gnu: Add go-github-com-karrick-golf., guix-commits, 2024/12/28
- 43/63: gnu: go-github-com-fsnotify-fsnotify: Update to 1.8.0., guix-commits, 2024/12/28
- 39/63: gnu: go-github-com-client9-misspell: Move to golang-xyz., guix-commits, 2024/12/28
- 48/63: gnu: miniflux: Update to 2.2.4., guix-commits, 2024/12/28
- 54/63: gnu: go-github-com-gorhill-cronexpr: Move to golang-xyz., guix-commits, 2024/12/28