mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: go-github-com-gogs-chardet: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-gogs-chardet): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I88666bcaf2e8ea62274a0b01a5cf7247da160fa2
This commit is contained in:
parent
2c173a76e4
commit
2f4175c16f
2 changed files with 23 additions and 23 deletions
|
@ -3170,6 +3170,29 @@ non-blocking @code{TryLock} function to allow locking without blocking
|
||||||
execution.")
|
execution.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-gogs-chardet
|
||||||
|
(package
|
||||||
|
(name "go-github-com-gogs-chardet")
|
||||||
|
(version "0.0.0-20211120154057-b7413eaefb8f")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/gogs/chardet")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "12j8q5wc9m4n51v2j2m40nahqdl9bh3hzpdp26clzq91kc2amiz0"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/gogs/chardet"))
|
||||||
|
(home-page "https://github.com/gogs/chardet")
|
||||||
|
(synopsis "Character set detection for Go")
|
||||||
|
(description
|
||||||
|
"The chardet package ports character set detection from ICU to Go.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-google-renameio
|
(define-public go-github-com-google-renameio
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-google-renameio")
|
(name "go-github-com-google-renameio")
|
||||||
|
|
|
@ -8178,29 +8178,6 @@ file into a Go http.CookieJar.")
|
||||||
array or reader.")
|
array or reader.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-gogs-chardet
|
|
||||||
(package
|
|
||||||
(name "go-github-com-gogs-chardet")
|
|
||||||
(version "0.0.0-20211120154057-b7413eaefb8f")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/gogs/chardet")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"12j8q5wc9m4n51v2j2m40nahqdl9bh3hzpdp26clzq91kc2amiz0"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/gogs/chardet"))
|
|
||||||
(home-page "https://github.com/gogs/chardet")
|
|
||||||
(synopsis "Character set detection for Go")
|
|
||||||
(description
|
|
||||||
"The chardet package ports character set detection from
|
|
||||||
ICU to Go.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue