Skip to content

Commit

Permalink
gnu: Remove go-github-com-cheekybits-genny.
Browse files Browse the repository at this point in the history
Not in use by any packages in Guix, looks like abandoned, see
<cheekybits/genny#79>.

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

Change-Id: I19c3ab8c3fc1381efa9c125de55aa2fc179938a8
  • Loading branch information
Hellseher committed Jan 9, 2025
1 parent aeefdca commit 09b8c3d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions gnu/packages/golang.scm
Original file line number Diff line number Diff line change
Expand Up @@ -3026,32 +3026,6 @@ over strings.")
"The terminfo package implements terminfo database reading for Go.")
(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
(package
(name "go-github-com-lunixbochs-vtclean")
Expand Down

0 comments on commit 09b8c3d

Please sign in to comment.