mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Remove go-github-com-kisielk-gotool.
* gnu/packages/golang-check.scm (go-github-com-kisielk-gotool): Delete variable. Change-Id: Ic99bba40f4cd66335656f27bf7dd97d1b90bb8f1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b41bcc0434
commit
eab88f2e45
2 changed files with 0 additions and 25 deletions
|
@ -73,7 +73,6 @@ (define-public go-honnef-co-go-tools
|
|||
(delete 'build))))
|
||||
(propagated-inputs
|
||||
(list go-github-com-burntsushi-toml
|
||||
go-github-com-kisielk-gotool
|
||||
go-golang-org-x-exp
|
||||
go-golang-org-x-mod
|
||||
go-golang-org-x-tools))
|
||||
|
|
|
@ -10091,30 +10091,6 @@ (define-public go-mvdan-cc-xurls
|
|||
(native-inputs '())
|
||||
(inputs '())))
|
||||
|
||||
(define-public go-github-com-kisielk-gotool
|
||||
(package
|
||||
(name "go-github-com-kisielk-gotool")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kisielk/gotool")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14af2pa0ssyp8bp2mvdw184s5wcysk6akil3wzxmr05wwy951iwn"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/kisielk/gotool"))
|
||||
(home-page "https://github.com/kisielk/gotool")
|
||||
(synopsis "Go library of utility functions")
|
||||
(description
|
||||
"This package contains utility functions used to implement the standard
|
||||
@code{cmd/go} tool, provided as a convenience to developers who want to write
|
||||
tools with similar semantics.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-go-uber-org-zap
|
||||
(package
|
||||
(name "go-go-uber-org-zap")
|
||||
|
|
Loading…
Reference in a new issue