mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-gdamore-encoding: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-gdamore-encoding): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I21385be5163f339c3faad405f71cc998fd2badf5
This commit is contained in:
parent
1b6ffbbdd9
commit
e1b533daff
2 changed files with 27 additions and 26 deletions
|
@ -4484,6 +4484,33 @@ Differentiation between text and binary files}.
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-gdamore-encoding
|
||||||
|
(package
|
||||||
|
(name "go-github-com-gdamore-encoding")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/gdamore/encoding")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0506b4pnn3yk80sjrsh38z29qj41spxjl80fjw7vg3mz5kfkdxhi"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/gdamore/encoding"))
|
||||||
|
(inputs
|
||||||
|
(list go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/gdamore/encoding")
|
||||||
|
(synopsis "Provide encodings missing from Go")
|
||||||
|
(description
|
||||||
|
"This package provides useful encodings not included in the standard
|
||||||
|
@code{Text} package, including some for dealing with I/O streams from
|
||||||
|
non-UTF-friendly sources.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-gdamore-tcell
|
(define-public go-github-com-gdamore-tcell
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gdamore-tcell")
|
(name "go-github-com-gdamore-tcell")
|
||||||
|
|
|
@ -3277,32 +3277,6 @@ It stores colors in RGB and provides methods for converting these to
|
||||||
various color spaces.")
|
various color spaces.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-gdamore-encoding
|
|
||||||
(package
|
|
||||||
(name "go-github-com-gdamore-encoding")
|
|
||||||
(version "1.0.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/gdamore/encoding")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0506b4pnn3yk80sjrsh38z29qj41spxjl80fjw7vg3mz5kfkdxhi"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/gdamore/encoding"))
|
|
||||||
(inputs
|
|
||||||
(list go-golang-org-x-text))
|
|
||||||
(home-page "https://github.com/gdamore/encoding")
|
|
||||||
(synopsis "Provide encodings missing from Go")
|
|
||||||
(description "This package provides useful encodings not included in the
|
|
||||||
standard @code{Text} package, including some for dealing with I/O streams from
|
|
||||||
non-UTF-friendly sources.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-cention-sany-utf7
|
(define-public go-github-com-cention-sany-utf7
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-cention-sany-utf7")
|
(name "go-github-com-cention-sany-utf7")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue