diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-17 22:47:23 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-17 22:55:55 +0100 |
commit | 3e615b28ffc1da0f178c3aedb43fc2a5edc0c658 (patch) | |
tree | af53215f6daf8dff03447b965f64f0432a00a405 /gnu | |
parent | 4678b09f440af89646760d7fea0ea7a924817fbd (diff) |
gnu: go-github-com-ipfs-go-detect-race: Fix import-path.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-detect-race)
[arguments]: <#:import-path>: Adjust as seen in go.mod.
Change-Id: Id712795e504cc6b491cdcd2f12a65fad0b7403b4
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ipfs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index f93a708355..34fe17127c 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -200,7 +200,7 @@ objects.") (arguments (list #:go go-1.21 - #:import-path "github.com/ipfs/go-log/v2")) + #:import-path "github.com/ipfs/go-detect-race")) (home-page "https://github.com/ipfs/go-detect-race") (synopsis "Detect if compiled with race") (description "Check if the race detector is running.") |