mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: go-github-com-rubyist-tracerx: Move to golang-check.
* gnu/packages/golang.scm (go-github-com-rubyist-tracerx): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Ie3791edb545221c42468293b1ac7e9a818c32662
This commit is contained in:
parent
a85d3bf633
commit
2ecd9dc72d
2 changed files with 25 additions and 23 deletions
|
@ -1510,6 +1510,31 @@ (define-public go-github-com-petermattis-goid
|
|||
current goroutine's ID.")
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public go-github-com-rubyist-tracerx
|
||||
(package
|
||||
(name "go-github-com-rubyist-tracerx")
|
||||
(version "0.0.0-20170927163412-787959303086")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rubyist/tracerx")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xj5213r00zjhb7d2l6wlwv62g6mss50jwjpf7g8fk8djv3l29zz"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/rubyist/tracerx"))
|
||||
(home-page "https://github.com/rubyist/tracerx/")
|
||||
(synopsis "Output tracing information in your Go app")
|
||||
(description
|
||||
"This package is a simple tracing application that logs messages
|
||||
depending on environment variables. It is very much inspired by git's
|
||||
GIT_TRACE mechanism.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-sasha-s-go-deadlock
|
||||
(package
|
||||
(name "go-github-com-sasha-s-go-deadlock")
|
||||
|
|
|
@ -2254,29 +2254,6 @@ (define-public go-github-com-go-md2man
|
|||
of building man pages.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-rubyist-tracerx
|
||||
(package
|
||||
(name "go-github-com-rubyist-tracerx")
|
||||
(version "0.0.0-20170927163412-787959303086")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rubyist/tracerx")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xj5213r00zjhb7d2l6wlwv62g6mss50jwjpf7g8fk8djv3l29zz"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/rubyist/tracerx"))
|
||||
(home-page "https://github.com/rubyist/tracerx/")
|
||||
(synopsis "Output tracing information in your Go app")
|
||||
(description "This package is a simple tracing application that logs
|
||||
messages depending on environment variables. It is very much inspired by git's
|
||||
GIT_TRACE mechanism.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-shurcool-sanitized-anchor-name
|
||||
(package
|
||||
(name "go-github-com-shurcool-sanitized-anchor-name")
|
||||
|
|
Loading…
Reference in a new issue