mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
a3f747f94f
commit
5567efc114
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue