diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 21:05:30 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:50:28 +0100 |
commit | 5cc0367368619a75a32efc271d4c29e3165f186a (patch) | |
tree | 46118bb29f72ec7ef9e18fa53e9d81338b26f5c4 | |
parent | c6aa6784d71a95a82529e484c932dc9b72c399f2 (diff) |
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
-rw-r--r-- | gnu/packages/ipfs.scm | 5 |
1 files 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") |