mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-gologme-log: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-gologme-log): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I9f27017454569160f2e183ee38ff983e6b352cc5
This commit is contained in:
parent
6c71869031
commit
7850a8e2af
2 changed files with 24 additions and 27 deletions
|
@ -4733,32 +4733,6 @@ losing type information. The primary intended use is for implementing
|
|||
configuration languages, but other uses may be possible too.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-gologme-log
|
||||
(package
|
||||
(name "go-github-com-gologme-log")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gologme/log")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m7dszaisviq7fgwyxg9lwhxyzdab0w7d1zbilrnarzvyx9wh3ax"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/gologme/log"))
|
||||
(home-page "https://github.com/gologme/log/")
|
||||
(synopsis
|
||||
"Fork of the golang built in log package to add support for levels")
|
||||
(description "This package is a drop in replacement for the built-in Go
|
||||
log package. All the functionality of the built-in package still exists and
|
||||
is unchanged. This package contains a series of small enhancements and
|
||||
additions.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-kardianos-minwinsvc
|
||||
(package
|
||||
(name "go-github-com-kardianos-minwinsvc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue