diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-01-04 15:19:56 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-28 14:49:38 +0100 |
| commit | 8197800586328c9e92f00a74c805dca2706dcd06 (patch) | |
| tree | 0619333489fb156a6b6826fde7e01b81de207ebd /gnu | |
| parent | 1adf73658f05261d766c951cc966c0897ec03347 (diff) | |
gnu: Add go-github-com-newmo-oss-go-caller.
* gnu/packages/golang-check.scm (go-github-com-newmo-oss-go-caller): New
variable.
Relates-to: guix/guix!5417
Change-Id: Idb7a4ff58ceb1973ae913c21124d610b9cee8628
Reviewed-by: Johannes Christ <jc@jchri.st>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-check.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 0e552f21ce2..620c4e7afca 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm | |||
| @@ -2713,6 +2713,31 @@ error messages, preserving the order of @code{have} (actual result) before | |||
| 2713 | @code{want} (expected result) to minimize confusion.") | 2713 | @code{want} (expected result) to minimize confusion.") |
| 2714 | (license license:asl2.0))) | 2714 | (license license:asl2.0))) |
| 2715 | 2715 | ||
| 2716 | (define-public go-github-com-newmo-oss-go-caller | ||
| 2717 | (package | ||
| 2718 | (name "go-github-com-newmo-oss-go-caller") | ||
| 2719 | (version "0.1.0") | ||
| 2720 | (source | ||
| 2721 | (origin | ||
| 2722 | (method git-fetch) | ||
| 2723 | (uri (git-reference | ||
| 2724 | (url "https://github.com/newmo-oss/go-caller") | ||
| 2725 | (commit (string-append "v" version)))) | ||
| 2726 | (file-name (git-file-name name version)) | ||
| 2727 | (sha256 | ||
| 2728 | (base32 "1hn0wj2v6yvn83lpilbcb9xpa36fmcbv83rk6fhr2rwckp2dxy8p")))) | ||
| 2729 | (build-system go-build-system) | ||
| 2730 | (arguments | ||
| 2731 | (list | ||
| 2732 | #:import-path "github.com/newmo-oss/go-caller")) | ||
| 2733 | (native-inputs | ||
| 2734 | (list go-github-com-google-go-cmp)) | ||
| 2735 | (home-page "https://github.com/newmo-oss/go-caller") | ||
| 2736 | (synopsis "Collect stack traces at runtime") | ||
| 2737 | (description | ||
| 2738 | "This package provides a library for collecting stack traces at runtime.") | ||
| 2739 | (license license:expat))) | ||
| 2740 | |||
| 2716 | (define-public go-github-com-onsi-ginkgo | 2741 | (define-public go-github-com-onsi-ginkgo |
| 2717 | (package | 2742 | (package |
| 2718 | (name "go-github-com-onsi-ginkgo") | 2743 | (name "go-github-com-onsi-ginkgo") |
