mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
This commit is contained in:
parent
4678b09f44
commit
3e615b28ff
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ (define-public go-github-com-ipfs-go-detect-race
|
|||
(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.")
|
||||
|
|
Loading…
Reference in a new issue