1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: Add go-github-com-arolek-p.

* gnu/packages/golang-xyz.scm (go-github-com-arolek-p): New variable.

Change-Id: I810adb6a38817f603caf5e95b17bcd61923e8986
This commit is contained in:
Sharlatan Hellseher 2025-02-12 14:51:06 +00:00
parent 791469e4af
commit c7b616d1e8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1512,6 +1512,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")