~ruther/guix-local

b077b5817f757b9328bf30d81dcf1194c5836305 — Sharlatan Hellseher 2 months ago 332fe08
gnu: Add go-github-com-zeebo-goof.

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

Change-Id: Id3a846c3a8fb245e77571b3d552db86a78df55ba
1 files changed, 27 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +27 -0
@@ 23902,6 23902,33 @@ utilities for cty Golang module.")
@code{1.02e12} for exponents in @code{[-15, 15]}.")
    (license license:asl2.0)))

(define-public go-github-com-zeebo-goof
  (package
    (name "go-github-com-zeebo-goof")
    (version "0.0.0-20240528180144-f1d11ca928f2")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://github.com/zeebo/goof")
              (commit (go-version->git-ref version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1zckl852npidlwdz0nrj4p418hg910skl9qipr6n9fjg7zljjwnk"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/zeebo/goof"))
    (propagated-inputs
     (list go-github-com-zeebo-errs))
    (home-page "https://github.com/zeebo/goof")
    (synopsis "Go Object Finder")
    (description
     "Goof (Go Object Finder) is a package that does the unthinkable to the
binaryes: calling functions, @code{fmt.Fprintf}, and accesing
@code{reflect.Type} from them.")
    (license license:asl2.0)))

(define-public go-github-com-zeebo-incenc
  (package
    (name "go-github-com-zeebo-incenc")