[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/15: gnu: Add go-github-com-onsi-ginkgo-v2.
From: |
guix-commits |
Subject: |
03/15: gnu: Add go-github-com-onsi-ginkgo-v2. |
Date: |
Thu, 4 Apr 2024 12:42:09 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 569397e22fda036a49212808c5ae1693dca30be6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Mar 31 12:00:44 2024 +0100
gnu: Add go-github-com-onsi-ginkgo-v2.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): New
variable.
Change-Id: Ied8167b850d5e5262713d0858ef7160d5c3d74c2
---
gnu/packages/golang-check.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 1558536182..6f36615ab0 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -460,6 +460,33 @@ builds on top of Go's builtin @code{testing} library and
is complemented by the
Gomega matcher library.")
(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
(package
(name "go-github-com-prashantv-gostub")
- branch master updated (83b9867e00 -> ade6845da6), guix-commits, 2024/04/04
- 01/15: gnu: Add go-github-com-pierrec-cmdflag., guix-commits, 2024/04/04
- 03/15: gnu: Add go-github-com-onsi-ginkgo-v2.,
guix-commits <=
- 04/15: gnu: Add go-code-cloudfoundry-org-bytefmt., guix-commits, 2024/04/04
- 05/15: gnu: Add go-github-com-pierrec-lz4., guix-commits, 2024/04/04
- 11/15: gnu: fiano: Refresh package style., guix-commits, 2024/04/04
- 09/15: gnu: go-github-com-onsi-gomega: Move to golang-check., guix-commits, 2024/04/04
- 10/15: gnu: go-github.com-jessevdk-go-flags: Adjust variable name., guix-commits, 2024/04/04
- 14/15: gnu: go-github-com-hashicorp-hcl: Sort alphabetically., guix-commits, 2024/04/04
- 02/15: gnu: Add go-github-com-go-logr-logr., guix-commits, 2024/04/04
- 07/15: gnu: go-github-com-schollz-progressbar-v3: Adjust inputs., guix-commits, 2024/04/04
- 06/15: gnu: go-github-com-schollz-progressbar-v3: Move to golang-xyz., guix-commits, 2024/04/04
- 08/15: gnu: go-github-com-onsi-ginkgo: Refresh package style., guix-commits, 2024/04/04