mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add go-ginkgo.
* gnu/packages/golang-check.scm (go-ginkgo): New variable. Change-Id: I5c56c87a75c383ec159cee4e7eaa7808bfdcd1f7
This commit is contained in:
parent
fb8ddfc57f
commit
8c6fb68203
1 changed files with 15 additions and 0 deletions
|
@ -1198,6 +1198,21 @@ (define-public go-pgregory-net-rapid
|
||||||
;;; Executables:
|
;;; Executables:
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
|
(define-public go-ginkgo
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-onsi-ginkgo-v2)
|
||||||
|
(name "ginkgo")
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:go go-1.20
|
||||||
|
#:import-path "github.com/onsi/ginkgo/ginkgo"
|
||||||
|
#:unpack-path "github.com/onsi/ginkgo"
|
||||||
|
#:install-source? #f))
|
||||||
|
(description
|
||||||
|
(string-append (package-description go-github-com-onsi-ginkgo-v2)
|
||||||
|
" This package provides an command line interface (CLI)
|
||||||
|
tool."))))
|
||||||
|
|
||||||
(define-public go-keyify
|
(define-public go-keyify
|
||||||
(package
|
(package
|
||||||
(inherit go-honnef-co-go-tools)
|
(inherit go-honnef-co-go-tools)
|
||||||
|
|
Loading…
Reference in a new issue