mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add go-github-com-onsi-ginkgo-v2.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): New variable. Change-Id: Ied8167b850d5e5262713d0858ef7160d5c3d74c2
This commit is contained in:
parent
fdcd3a107a
commit
569397e22f
1 changed files with 27 additions and 0 deletions
|
@ -460,6 +460,33 @@ (define-public go-github-com-onsi-ginkgo
|
||||||
Gomega matcher library.")
|
Gomega matcher library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-onsi-ginkgo-v2
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-onsi-ginkgo)
|
||||||
|
(name "go-github-com-onsi-ginkgo-v2")
|
||||||
|
(version "2.17.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/onsi/ginkgo")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "089x6pz5563ldbxiwaqvd2g4dqfzlr25dflmas3gfq51ibwzh4vz"))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:go go-1.20
|
||||||
|
#:import-path "github.com/onsi/ginkgo/v2"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-go-logr-logr
|
||||||
|
;; go-github-com-google-pprof ; not packed yet in Guix, for profiling
|
||||||
|
go-github-com-onsi-gomega
|
||||||
|
go-github-com-go-task-slim-sprig
|
||||||
|
go-golang-org-x-net
|
||||||
|
go-golang-org-x-sys
|
||||||
|
go-golang-org-x-tools))))
|
||||||
|
|
||||||
(define-public go-github-com-prashantv-gostub
|
(define-public go-github-com-prashantv-gostub
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prashantv-gostub")
|
(name "go-github-com-prashantv-gostub")
|
||||||
|
|
Loading…
Reference in a new issue