gnu: Remove go-github-com-cheekybits-genny.

Not in use by any packages in Guix, looks like abandoned, see
<https://github.com/cheekybits/genny/issues/79>.

* gnu/packages/golang.scm (go-github-com-cheekybits-genny): Delete variable.

Change-Id: I19c3ab8c3fc1381efa9c125de55aa2fc179938a8
This commit is contained in:
Sharlatan Hellseher 2025-01-07 15:31:52 +00:00
parent 8d5d6882fd
commit 5fb69f5f7e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3026,32 +3026,6 @@ over strings.")
"The terminfo package implements terminfo database reading for Go.") "The terminfo package implements terminfo database reading for Go.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-cheekybits-genny
(package
(name "go-github-com-cheekybits-genny")
(version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/cheekybits/genny")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1pcir5ic86713aqa51581rfb67rgc3m0c72ddjfcp3yakv9vyq87"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/cheekybits/genny"))
(propagated-inputs
(list go-golang-org-x-tools))
(native-inputs
(list go-github-com-stretchr-testify))
(synopsis "Generics for Go")
(description "This package provides @code{genny}, a Go language
implementation of generics.")
(home-page "https://github.com/cheekybits/genny/")
(license license:expat)))
(define-public go-github-com-lunixbochs-vtclean (define-public go-github-com-lunixbochs-vtclean
(package (package
(name "go-github-com-lunixbochs-vtclean") (name "go-github-com-lunixbochs-vtclean")