mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add go-github-com-ipfs-go-detect-race.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-detect-race): New variable. Change-Id: Ic65c12a717a50c4309bc89d29d158a43fbc0c81a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f669a24a95
commit
8cb146a3e6
1 changed files with 23 additions and 0 deletions
|
@ -96,6 +96,29 @@ (define-public go-github-com-ipfs-go-ipfs-cmdkit-files
|
|||
@command{go-ipfs-cmds}.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-ipfs-go-detect-race
|
||||
(package
|
||||
(name "go-github-com-ipfs-go-detect-race")
|
||||
(version "0.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ipfs/go-detect-race")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0rqb0q66d7z852j5mhlr025dz698c44w014g4mx587amr1rvwqna"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.21
|
||||
#:import-path "github.com/ipfs/go-log/v2"))
|
||||
(home-page "https://github.com/ipfs/go-detect-race")
|
||||
(synopsis "Detect if compiled with race")
|
||||
(description "Check if the race detector is running.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-ipfs-go-ipfs-util
|
||||
(package
|
||||
(name "go-github-com-ipfs-go-ipfs-util")
|
||||
|
|
Loading…
Reference in a new issue