gnu: Add go-ginkgo.

* gnu/packages/golang-check.scm (go-ginkgo): New variable.

Change-Id: I5c56c87a75c383ec159cee4e7eaa7808bfdcd1f7
This commit is contained in:
Sharlatan Hellseher 2024-05-22 23:42:43 +01:00
parent fb8ddfc57f
commit 8c6fb68203
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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)