mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: go-github-com-golang-freetype: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-golang-freetype): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I5e455f90937905ba5ec2078dccd7037da78ed372
This commit is contained in:
parent
719fa62297
commit
1f77ca8624
2 changed files with 25 additions and 24 deletions
|
@ -6013,6 +6013,31 @@ execution.")
|
||||||
"The chardet package ports character set detection from ICU to Go.")
|
"The chardet package ports character set detection from ICU to Go.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-golang-freetype
|
||||||
|
(package
|
||||||
|
(name "go-github-com-golang-freetype")
|
||||||
|
(version "0.0.0-20170609003504-e2365dfdc4a0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/golang/freetype")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "194w3djc6fv1rgcjqds085b9fq074panc5vw582bcb8dbfzsrqxc"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:import-path "github.com/golang/freetype"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-image))
|
||||||
|
(home-page "https://github.com/golang/freetype")
|
||||||
|
(synopsis "Freetype font rasterizer in the Go programming language")
|
||||||
|
(description
|
||||||
|
"The Freetype font rasterizer in the Go programming language.")
|
||||||
|
(license (list license:freetype
|
||||||
|
license:gpl2+))))
|
||||||
|
|
||||||
(define-public go-github-com-golangplus-bytes
|
(define-public go-github-com-golangplus-bytes
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-golangplus-bytes")
|
(name "go-github-com-golangplus-bytes")
|
||||||
|
|
|
@ -2303,30 +2303,6 @@ encoding in Go.")
|
||||||
characters with their ASCII approximations.")
|
characters with their ASCII approximations.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-golang-freetype
|
|
||||||
(package
|
|
||||||
(name "go-github-com-golang-freetype")
|
|
||||||
(version "0.0.0-20170609003504-e2365dfdc4a0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/golang/freetype")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"194w3djc6fv1rgcjqds085b9fq074panc5vw582bcb8dbfzsrqxc"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/golang/freetype"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-golang-org-x-image))
|
|
||||||
(home-page "https://github.com/golang/freetype")
|
|
||||||
(synopsis "Freetype font rasterizer in the Go programming language")
|
|
||||||
(description "The Freetype font rasterizer in the Go programming language.")
|
|
||||||
(license (list license:freetype
|
|
||||||
license:gpl2+))))
|
|
||||||
|
|
||||||
(define-public go-github-com-fogleman-gg
|
(define-public go-github-com-fogleman-gg
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-fogleman-gg")
|
(name "go-github-com-fogleman-gg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue