mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: kubo: Unbundle more packages.
* gnu/packages/ipfs.scm (kubo) [snippet]: Remove more available vendor packages. [inputs]: Add go-github-com-benbjohnson-clock and go-github-com-blang-semver-v4. Remove go-github-com-cheggaaa-pb-v3, fail over to vendor package explicitly as v3 is not required. Change-Id: I8317ea656120b034a98d180278b928f0744f5fbb
This commit is contained in:
parent
9e2d8ed8fd
commit
47f2a8c14b
1 changed files with 8 additions and 8 deletions
|
@ -241,10 +241,13 @@ (define-public kubo
|
|||
(snippet '(for-each delete-file-recursively
|
||||
;; TODO: unbundle the rest as well
|
||||
'("vendor/github.com/alecthomas"
|
||||
;; "vendor/github.com/blang"
|
||||
"vendor/github.com/benbjohnson/clock"
|
||||
"vendor/github.com/beorn7/perks"
|
||||
"vendor/github.com/blang"
|
||||
"vendor/github.com/cespare"
|
||||
;; TODO: Go files not found
|
||||
;; "vendor/github.com/cheggaaa"
|
||||
;; TODO: kubo depends on v1.0.29 which is way too
|
||||
;; hard to back port.
|
||||
; "vendor/github.com/cheggaaa/pb"
|
||||
"vendor/github.com/davecgh"
|
||||
"vendor/github.com/dustin"
|
||||
"vendor/github.com/flynn"
|
||||
|
@ -261,8 +264,6 @@ (define-public kubo
|
|||
;; "vendor/github.com/ipld"
|
||||
"vendor/github.com/jackpal"
|
||||
"vendor/github.com/klauspost"
|
||||
;; TODO: Go files not found
|
||||
;; "vendor/github.com/lucas-clemente"
|
||||
"vendor/github.com/mattn"
|
||||
"vendor/github.com/mgutz"
|
||||
"vendor/github.com/minio"
|
||||
|
@ -306,11 +307,10 @@ (define-public kubo
|
|||
#~(string-append #$output "/bin/ipfs"))
|
||||
"commands" "completion" "bash")))))))))
|
||||
(inputs (list go-github-com-alecthomas-units
|
||||
;; TODO: needs to be updated first
|
||||
;; go-github-com-blang-semver
|
||||
go-github-com-benbjohnson-clock
|
||||
go-github-com-blang-semver-v4
|
||||
go-github-com-cespare-xxhash
|
||||
go-github-com-cheekybits-genny
|
||||
go-github-com-cheggaaa-pb-v3
|
||||
go-github-com-davecgh-go-spew
|
||||
go-github-com-dustin-go-humanize
|
||||
go-github-com-flynn-noise
|
||||
|
|
Loading…
Reference in a new issue