sharlatan pushed a commit to branch go-team in repository guix. commit 87aabce4afd1c8e513adf36cbe736a517c0ca62b Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Feb 12 14:51:06 2025 +0000
gnu: Add go-github-com-arolek-p. * gnu/packages/golang-xyz.scm (go-github-com-arolek-p): New variable. Change-Id: I810adb6a38817f603caf5e95b17bcd61923e8986 --- gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index dc34baff14..f75ad6b984 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1510,6 +1510,29 @@ optimized for sparse nodes of @url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.") (license license:expat))) +(define-public go-github-com-arolek-p + (package + (name "go-github-com-arolek-p") + (version "0.0.0-20191103215535-df3c295ed582") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ARolek/p") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0dsfrksyrnr3d6aiafnjf3nqyq5jn7s7pzd64j18kngc8l6jrxj1")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/arolek/p")) + (home-page "https://github.com/arolek/p") + (synopsis "Pointer to the value") + (description + "Pacakge p takes in values and returns a pointer to the value.") + (license license:expat))) + (define-public go-github-com-arran4-golang-ical (package (name "go-github-com-arran4-golang-ical")