From b0ca5b660614b12b4c9c86bb163b75ffd5e7233c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 5 Nov 2025 23:13:20 +0000 Subject: [PATCH] gnu: Add go-git-sr-ht-nelsam-hel. * gnu/packages/golang-check.scm (go-git-sr-ht-nelsam-hel): New variable. Change-Id: I0209df44416e01cbfcf51209b4a09743ab85f493 --- gnu/packages/golang-check.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 01d400e3db229137edbdae9fa04f1b50264c81ee..1afc05731f591eacec04e69ce76ad56ba5db1edf 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -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")