mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8d5d6882fd
commit
5fb69f5f7e
1 changed files with 0 additions and 26 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue