[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: kubo: Unbundle more packages.
From: |
guix-commits |
Subject: |
07/09: gnu: kubo: Unbundle more packages. |
Date: |
Fri, 15 Mar 2024 20:03:56 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 47f2a8c14ba40c825360a6d52d602dbbf4bbff44
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 7 11:11:04 2024 +0000
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
---
gnu/packages/ipfs.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index bad65f04a0..0a1065535b 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -241,10 +241,13 @@ written in Go.")
(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 @@ written in Go.")
;; "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 @@ written in Go.")
#~(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
- branch master updated (868e21bb76 -> 6f05c96f96), guix-commits, 2024/03/15
- 01/09: gnu: go-github-com-blang-semver: Update to 3.8.0., guix-commits, 2024/03/15
- 09/09: gnu: go-github-com-bwesterb-go-ristretto: Move to golang-crypto., guix-commits, 2024/03/15
- 05/09: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1., guix-commits, 2024/03/15
- 02/09: gnu: go-github-com-blang-semver: Fix indentation., guix-commits, 2024/03/15
- 03/09: gnu: Add go-github-com-blang-semver-v4., guix-commits, 2024/03/15
- 04/09: gnu: kubo: Sort inputs alphabetically., guix-commits, 2024/03/15
- 06/09: gnu: go-github-com-beorn7-perks-quantile: Fix indentation., guix-commits, 2024/03/15
- 07/09: gnu: kubo: Unbundle more packages.,
guix-commits <=
- 08/09: gnu: go-github-com-beorn7-perks-quantile: Move to golang-xyz., guix-commits, 2024/03/15