[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/78: gnu: Add go-go-etcd-io-gofail.
From: |
guix-commits |
Subject: |
74/78: gnu: Add go-go-etcd-io-gofail. |
Date: |
Fri, 23 Feb 2024 03:12:17 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit d0f3ce4e3741c349be86762d29155b4ca0432271
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 22 09:43:27 2024 +0000
gnu: Add go-go-etcd-io-gofail.
* gnu/packages/golang-check.scm (go-go-etcd-io-gofail): New variable.
Change-Id: I86478db4267cd8559c1d87497f1b635ffe86192d
---
gnu/packages/golang-check.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index aaa2de33a6..6d60bb8cf6 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -617,6 +617,37 @@ makes extraction of setup/teardown behavior (as well as
invoking the system
under test) much simpler.")
(license license:expat)))
+(define-public go-go-etcd-io-gofail
+ (package
+ (name "go-go-etcd-io-gofail")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/etcd-io/gofail")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0jh0qjgfb2irshwj7an3lj0w9bv6c5gbnkdhisgpdr7x7hk682m1"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "go.etcd.io/gofail"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'remove-examples
+ (lambda* (#:key import-path #:allow-other-keys)
+ (delete-file-recursively
+ (string-append "src/" import-path "/examples")))))))
+ (native-inputs (list go-github-com-stretchr-testify))
+ (home-page "https://pkg.go.dev/go.etcd.io/gofail")
+ (synopsis "Failpoints for go")
+ (description
+ "This package provides an implementation of
+@url{http://www.freebsd.org/cgi/man.cgi?query=fail,failpoints} for Golang.")
+ (license license:asl2.0)))
+
(define-public go-golang-org-sql-mock
(let ((commit "e98392b8111b45f8126e00af035a0dd95dc12e8b")
(version "1.3.3")
- 26/78: gnu: emacs-cape: Update to 1.3., (continued)
- 26/78: gnu: emacs-cape: Update to 1.3., guix-commits, 2024/02/23
- 32/78: gnu: emacs-debbugs: Update to 0.40., guix-commits, 2024/02/23
- 65/78: gnu: emacs-saveplace-pdf-view: Update to 1.0.6., guix-commits, 2024/02/23
- 36/78: gnu: emacs-vertico-posframe: Update to 0.7.7., guix-commits, 2024/02/23
- 45/78: gnu: emacs-ement: Update to 0.14., guix-commits, 2024/02/23
- 07/78: gnu: Add neovim-dispatch., guix-commits, 2024/02/23
- 24/78: gnu: font-intel-one-mono: Update to 1.3.0., guix-commits, 2024/02/23
- 25/78: gnu: font-intel-one-mono: Split outputs for "out", "ttf" and "woff"., guix-commits, 2024/02/23
- 33/78: gnu: emacs-eglot: Update to 1.17., guix-commits, 2024/02/23
- 51/78: gnu: emacs-jinx: Update to 1.2., guix-commits, 2024/02/23
- 74/78: gnu: Add go-go-etcd-io-gofail.,
guix-commits <=
- 73/78: gnu: tlpui: Fix build., guix-commits, 2024/02/23
- 63/78: gnu: emacs-ox-tufte: Update to 4.0.4., guix-commits, 2024/02/23
- 50/78: gnu: emacs-gptel: Update to 0.7.0., guix-commits, 2024/02/23
- 35/78: gnu: emacs-excorporate: Update to 1.1.2., guix-commits, 2024/02/23
- 77/78: gnu: Remove go-golang-org-x-net-html., guix-commits, 2024/02/23
- 71/78: gnu: gnucobol: Remove pregenerated files., guix-commits, 2024/02/23
- 66/78: gnu: emacs-tempel: Update to 1.1., guix-commits, 2024/02/23
- 48/78: gnu: emacs-flymake-mypy: Update to 0.3.1., guix-commits, 2024/02/23
- 69/78: gnu: emacs-visual-fill-column: Update to 2.5.2., guix-commits, 2024/02/23
- 62/78: gnu: emacs-org-fc: Update to 0.5.1., guix-commits, 2024/02/23