GNU bug report logs -
#63017
[PATCH 0/25] gnu: git-lfs: Update to 3.3.0.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 22 Apr 2023 16:23:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #137 received at 63017 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-rubyist-tracerx): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ad4ffd9392..d72dcc5081 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6662,6 +6662,31 @@ (define-public go-github-com-russross-blackfriday
(description "Blackfriday is a Markdown processor in Go.")
(license license:bsd-2)))
+(define-public go-github-com-rubyist-tracerx
+ (let ((commit "787959303086f44a8c361240dfac53d3e9d53ed2")
+ (revision "0"))
+ (package
+ (name "go-github-com-rubyist-tracerx")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rubyist/tracerx")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1xj5213r00zjhb7d2l6wlwv62g6mss50jwjpf7g8fk8djv3l29zz"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/rubyist/tracerx"))
+ (home-page "https://github.com/rubyist/tracerx/")
+ (synopsis "Output tracing information in your Go app")
+ (description "This package is a simple tracing application that logs
+messages depending on environment variables. It is very much inspired by git's
+GIT_TRACE mechanism.")
+ (license license:expat))))
+
(define-public go-github-com-shurcool-sanitized-anchor-name
(package
(name "go-github-com-shurcool-sanitized-anchor-name")
--
2.39.2
This bug report was last modified 2 years and 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.