mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
This commit is contained in:
parent
6ee9455b1f
commit
403b2347b9
1 changed files with 6 additions and 5 deletions
|
@ -386,7 +386,12 @@ (define-public go-github-com-pierrec-lz4-v4
|
|||
(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 @@ (define-public go-lz4c
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue