gnu: Add go-github-com-ipfs-go-log.

* gnu/packages/ipfs.scm (go-github-com-ipfs-go-log): New variable.

Change-Id: I5b5b1d594b5458a7ca156346c6a6dc3c8d5bd69d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Artyom V. Poptsov 2024-04-28 19:45:12 +03:00 committed by Sharlatan Hellseher
parent 58cc52f2dc
commit 6f60f90c15
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -223,6 +223,30 @@ (define-public go-github-com-ipfs-go-log-v2
their levels to be controlled individually.")
(license license:expat)))
(define-public go-github-com-ipfs-go-log
(package
(inherit go-github-com-ipfs-go-log-v2)
(name "go-github-com-ipfs-go-log")
(version "1.0.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ipfs/go-log")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0gj2yqrv6wgpkv6f9c1anmw5kwg59plv0jrcxb3zmjrnk8fsn1jr"))))
(propagated-inputs
(list go-github-com-gogo-protobuf
go-github-com-ipfs-go-log-v2
go-github-com-opentracing-opentracing-go
go-go-uber-org-zap))
(arguments
(list
#:go go-1.21
#:import-path "github.com/ipfs/go-log"))))
(define-public gx
(package
(name "gx")