sharlatan pushed a commit to branch go-team
in repository guix.
commit 404bccfa9e63546593d23cc71db4284c7b3f2c52
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 28 21:05:30 2025 +0000
gnu: go-github-com-ipfs-go-peertaskqueue: Adjust inputs.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-peertaskqueue)
[propagated-inputs]: Add go-github-com-filecoin-project-go-clock.
[native-inputs]: Remove go-github-com-filecoin-project-go-clock.
Change-Id: I79b6b57615760307c5a0169b073efa0574547698
---
gnu/packages/ipfs.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 7b57d81426..049b5a35ff 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1266,10 +1266,9 @@ Graphs, DAG} data structures as specified in
(arguments
(list
#:import-path "github.com/ipfs/go-peertaskqueue"))
- (native-inputs
- (list go-github-com-filecoin-project-go-clock))
(propagated-inputs
- (list go-github-com-ipfs-go-ipfs-pq
+ (list go-github-com-filecoin-project-go-clock
+ go-github-com-ipfs-go-ipfs-pq
go-github-com-libp2p-go-libp2p))
(home-page "https://github.com/ipfs/go-peertaskqueue")
(synopsis "Prioritized queue of abstract tasks distributed among peers")