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:
Sharlatan Hellseher 2024-06-17 22:47:23 +01:00
parent 4678b09f44
commit 3e615b28ff
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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.")