mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add go-gopkg-in-op-go-logging-v1.
* gnu/packages/golang-xyz.scm (go-gopkg-in-op-go-logging-v1): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I73b0ab7ed1e0f46a5bf8e4f92bcf3028dbf1a336
This commit is contained in:
parent
60d883db03
commit
32aa57a358
1 changed files with 9 additions and 0 deletions
|
@ -1013,6 +1013,15 @@ (define-public go-go-uber-org-automaxprocs
|
|||
CPU quota.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-gopkg-in-op-go-logging-v1
|
||||
(package
|
||||
(inherit go-github-com-op-go-logging)
|
||||
(name "go-gopkg-in-op-go-logging-v1")
|
||||
(arguments
|
||||
(substitute-keyword-arguments
|
||||
(package-arguments go-github-com-op-go-logging)
|
||||
((#:import-path _) "gopkg.in/op/go-logging.v1")))))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue