~ruther/guix-local

b0ca5b660614b12b4c9c86bb163b75ffd5e7233c — Sharlatan Hellseher 5 months ago 9025bf7
gnu: Add go-git-sr-ht-nelsam-hel.

* gnu/packages/golang-check.scm (go-git-sr-ht-nelsam-hel): New variable.

Change-Id: I0209df44416e01cbfcf51209b4a09743ab85f493
1 files changed, 29 insertions(+), 0 deletions(-)

M gnu/packages/golang-check.scm
M gnu/packages/golang-check.scm => gnu/packages/golang-check.scm +29 -0
@@ 128,6 128,35 @@ correct should be customizeable either by changing some options or by using
only some sub-packages of correct.")
    (license license:mpl2.0)))

(define-public go-git-sr-ht-nelsam-hel
  (package
    (name "go-git-sr-ht-nelsam-hel")
    (version "0.8.5")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://git.sr.ht/~nelsam/hel")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1fb9j4iycqxrsbv8pjy23df7njrkw93hj0m88b89q88qj4p3hv2w"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "git.sr.ht/~nelsam/hel"))
    (native-inputs
     (list go-github-com-spf13-cobra)) ;for CLI
    (propagated-inputs
     (list go-git-sr-ht-nelsam-correct
           go-github-com-poy-onpar))
    (home-page "https://git.sr.ht/~nelsam/hel")
    (synopsis "Mock generator for Golang")
    (description
     "In Norse mythology, Hel cares for the souls of people who didn't die in
battle.  This little tool cares for mock implementations of interface types.")
    (license license:mpl2.0)))

(define-public go-github-com-adalogics-go-fuzz-headers
  (package
    (name "go-github-com-adalogics-go-fuzz-headers")