me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 1 additions and 1 deletions

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