[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v2 30/47] gnu: Add go-github-com-go-stack-stack.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v2 30/47] gnu: Add go-github-com-go-stack-stack. |
Date: |
Thu, 3 Jun 2021 06:44:50 -0400 |
* gnu/packages/golang.scm (go-github-com-go-stack-stack): New variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b780b98d2b..0bd8792c10 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,29 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-go-stack-stack
+ (package
+ (name "go-github-com-go-stack-stack")
+ (version "1.8.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/go-stack/stack")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wk25751ryyvxclyp8jdk5c3ar0cmfr8lrjb66qbg4808x66b96v"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/go-stack/stack"))
+ (home-page "https://github.com/go-stack/stack")
+ (synopsis "Stack Utilities for Go")
+ (description "Stack implements utilities to capture, manipulate, and format
+call stacks. It provides a simpler API than package runtime.")
+ (license license:expat)))
+
(define-public go-github-com-getlantern-hidden
(let ((commit "e66e7f8787308d0d5a87a2ebe170f19d43bece78")
(revision "5"))
--
2.31.1
- [bug#48729] [PATCH v2 24/47] gnu: Add go-github-com-jezek-xgb., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 25/47] gnu: Add go-github-com-burntsushi-xgbutil., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 26/47] gnu: Add go-github-com-getlantern-context., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 28/47] gnu: Add go-github-com-getlantern-hex., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 29/47] gnu: Add go-github-com-getlantern-hidden., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 27/47] gnu: Add go-github-com-getlantern-ops., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 32/47] gnu: Add go-github-com-oxtoacart-bpool., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 36/47] gnu: Add go-github-com-jmshal-go-locale., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 35/47] gnu: Add go-github-com-gotk3-gotk3., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 34/47] gnu: Add go-github-com-getlantern-systray., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 30/47] gnu: Add go-github-com-go-stack-stack.,
Raghav Gururajan <=
- [bug#48729] [PATCH v2 31/47] gnu: Add go-github-com-getlantern-errors., Raghav Gururajan, 2021/06/03
- [bug#48729] [PATCH v2 33/47] gnu: Add go-github-com-getlantern-golog., Raghav Gururajan, 2021/06/03