diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-03 21:36:16 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:39 +0000 |
commit | a6e95a720227f2715251b8bdc4919b0eeba60bc9 (patch) | |
tree | 4f1a7750231bc0e11dfe61ecd9ab2396e852d1b6 /gnu | |
parent | a62da8c22a6f77d74d4495447470e03c42eddc5d (diff) | |
download | guix-a6e95a720227f2715251b8bdc4919b0eeba60bc9.tar.gz guix-a6e95a720227f2715251b8bdc4919b0eeba60bc9.zip |
gnu: Remove go-github-com-rylans-getlang.
Not in use by any packages in Guix, no updates for 4y.
* gnu/packages/golang.scm (go-github-com-rylans-getlang): Delete variable.
Change-Id: I6a7e1201d52166fc43b5e99e38181c6a5dedea69
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 940568a5e9..44301ea60d 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8021,32 +8021,6 @@ email library.") of the current user.") (license license:expat))) -(define-public go-github-com-rylans-getlang - (package - (name "go-github-com-rylans-getlang") - (version "0.0.0-20201227074721-9e7f44ff8aa0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/rylans/getlang") - (commit (go-version->git-ref version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1yf698h21j88d7d9wkzq69cfd7vs1mfp96nhb83lx6hhh7rfvb92")))) - (build-system go-build-system) - (arguments - (list #:import-path "github.com/rylans/getlang")) - (propagated-inputs - (list go-golang-org-x-text)) - (native-inputs - (list go-github-com-stretchr-testify)) - (home-page "https://github.com/rylans/getlang") - (synopsis "Natural language detection package in pure Go") - (description - "This package provides fast natural language detection in Go.") - (license license:expat))) - (define-public go-github-com-ssgelm-cookiejarparser (package (name "go-github-com-ssgelm-cookiejarparser") |