From 3e615b28ffc1da0f178c3aedb43fc2a5edc0c658 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 17 Jun 2024 22:47:23 +0100 Subject: 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(-) (limited to 'gnu/packages') 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 @@ (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.") -- cgit v1.2.3