guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]