1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 01:00:30 +02: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:
Sharlatan Hellseher
2024-06-17 22:47:23 +01:00
parent 4678b09f44
commit 3e615b28ff

View File

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