sharlatan pushed a commit to branch master
in repository guix.

commit 3e615b28ffc1da0f178c3aedb43fc2a5edc0c658
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 17 22:47:23 2024 +0100

    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
---
 gnu/packages/ipfs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to