summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-25 13:14:58 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-25 13:14:58 +0000
commit13dd37fd9c438df5d52de2064f011e7b984c6578 (patch)
treefc1fd3cf672f284b209aa90b5628e482a2a9a25f /gnu
parentc409e8af135597c0fb538ee78b4d034f29e87a67 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm22
-rw-r--r--gnu/packages/golang.scm21
2 files changed, 22 insertions, 21 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1ce22e8d826..7c92b3459e5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -13994,6 +13994,28 @@ slices, JSON and other data.")
13994 "Go library for loading environment variables from files") 13994 "Go library for loading environment variables from files")
13995 (license license:expat))) 13995 (license license:expat)))
13996 13996
13997(define-public go-github-com-surge-glog
13998 (package
13999 (name "go-github-com-surge-glog")
14000 (version "0.0.0-20141108051140-2578deb2b95c")
14001 (source
14002 (origin
14003 (method git-fetch)
14004 (uri (git-reference
14005 (url "https://github.com/surge/glog")
14006 (commit (go-version->git-ref version))))
14007 (file-name (git-file-name name version))
14008 (sha256
14009 (base32 "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4"))))
14010 (build-system go-build-system)
14011 (arguments
14012 `(#:import-path "github.com/surge/glog"))
14013 (home-page "https://github.com/surge/glog")
14014 (synopsis "Leveled execution logs for Go")
14015 (description
14016 "Leveled execution logs for Go.")
14017 (license license:asl2.0)))
14018
13997(define-public go-github-com-surgebase-porter2 14019(define-public go-github-com-surgebase-porter2
13998 (package 14020 (package
13999 (name "go-github-com-surgebase-porter2") 14021 (name "go-github-com-surgebase-porter2")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4e813feb122..6a8a2883140 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2142,27 +2142,6 @@ characters with their ASCII approximations.")
2142 (description "@code{gg} is a library for rendering 2D graphics in pure Go.") 2142 (description "@code{gg} is a library for rendering 2D graphics in pure Go.")
2143 (license license:expat))) 2143 (license license:expat)))
2144 2144
2145(define-public go-github-com-surge-glog
2146 (package
2147 (name "go-github-com-surge-glog")
2148 (version "0.0.0-20141108051140-2578deb2b95c")
2149 (source (origin
2150 (method git-fetch)
2151 (uri (git-reference
2152 (url "https://github.com/surge/glog")
2153 (commit (go-version->git-ref version))))
2154 (file-name (git-file-name name version))
2155 (sha256
2156 (base32
2157 "1bxcwxvsvr2hfpjz9hrrn0wrgykwmrbyk567102k3vafw9xdcwk4"))))
2158 (build-system go-build-system)
2159 (arguments
2160 `(#:import-path "github.com/surge/glog"))
2161 (home-page "https://github.com/surge/glog")
2162 (synopsis "Leveled execution logs for Go")
2163 (description "Leveled execution logs for Go.")
2164 (license license:asl2.0)))
2165
2166(define-public go-github-com-twpayne-go-vfsafero 2145(define-public go-github-com-twpayne-go-vfsafero
2167 (package 2146 (package
2168 (name "go-github-com-twpayne-go-vfsafero") 2147 (name "go-github-com-twpayne-go-vfsafero")