mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-surge-glog: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-surge-glog): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib9dbb497618ac5c0655faf31bb0b7ea440b57a13
This commit is contained in:
parent
c409e8af13
commit
13dd37fd9c
2 changed files with 22 additions and 21 deletions
|
@ -13994,6 +13994,28 @@ slices, JSON and other data.")
|
||||||
"Go library for loading environment variables from files")
|
"Go library for loading environment variables from files")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-surge-glog
|
||||||
|
(package
|
||||||
|
(name "go-github-com-surge-glog")
|
||||||
|
(version "0.0.0-20141108051140-2578deb2b95c")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/surge/glog")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:import-path "github.com/surge/glog"))
|
||||||
|
(home-page "https://github.com/surge/glog")
|
||||||
|
(synopsis "Leveled execution logs for Go")
|
||||||
|
(description
|
||||||
|
"Leveled execution logs for Go.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-surgebase-porter2
|
(define-public go-github-com-surgebase-porter2
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-surgebase-porter2")
|
(name "go-github-com-surgebase-porter2")
|
||||||
|
|
|
@ -2142,27 +2142,6 @@ characters with their ASCII approximations.")
|
||||||
(description "@code{gg} is a library for rendering 2D graphics in pure Go.")
|
(description "@code{gg} is a library for rendering 2D graphics in pure Go.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-surge-glog
|
|
||||||
(package
|
|
||||||
(name "go-github-com-surge-glog")
|
|
||||||
(version "0.0.0-20141108051140-2578deb2b95c")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/surge/glog")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/surge/glog"))
|
|
||||||
(home-page "https://github.com/surge/glog")
|
|
||||||
(synopsis "Leveled execution logs for Go")
|
|
||||||
(description "Leveled execution logs for Go.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public go-github-com-twpayne-go-vfsafero
|
(define-public go-github-com-twpayne-go-vfsafero
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-twpayne-go-vfsafero")
|
(name "go-github-com-twpayne-go-vfsafero")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue