[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/60: gnu: Add gopkg-in-errgo-fmt-errors.
From: |
guix-commits |
Subject: |
59/60: gnu: Add gopkg-in-errgo-fmt-errors. |
Date: |
Sun, 9 Aug 2020 10:25:08 -0400 (EDT) |
wigust pushed a commit to branch master
in repository guix.
commit 920c113f22c32fe8f5cebcfb04b6ca771c5b20f7
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 9 16:55:44 2020 +0300
gnu: Add gopkg-in-errgo-fmt-errors.
* gnu/packages/golang.scm (gopkg-in-errgo-fmt-errors): New variable.
---
gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a0e6851..ea7a6f1 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5602,3 +5602,31 @@ Included are the following:
@item txtar: simple text-based file archives for testing.
@end itemize\n")
(license license:bsd-3)))
+
+(define-public gopkg-in-errgo-fmt-errors
+ (package
+ (name "gopkg-in-errgo-fmt-errors")
+ (version "2.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/go-errgo/errgo")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "065mbihiy7q67wnql0bzl9y1kkvck5ivra68254zbih52jxwrgr2"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "gopkg.in/errgo.v2/fmt/errors"
+ #:tests? #f
+ ;; Source-only package
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'build))))
+ (home-page "https://godoc.org/gopkg.in/errgo.v2")
+ (synopsis "Functions that use the fmt package to format error messages")
+ (description "This package is the same as @code{gopkg.in/errgo.v2/errors}
+except that it adds convenience functions that use the fmt package to format
+error messages.")
+ (license license:bsd-3)))
- 43/60: gnu: Add go-github-com-alcortesm-tgz., (continued)
- 43/60: gnu: Add go-github-com-alcortesm-tgz., guix-commits, 2020/08/09
- 51/60: gnu: Add go-github-com-twpayne-go-shell., guix-commits, 2020/08/09
- 52/60: gnu: Add go-github-com-twpayne-go-vfs., guix-commits, 2020/08/09
- 35/60: gnu: Add go-github-com-emirpasic-gods-utils., guix-commits, 2020/08/09
- 42/60: gnu: Factorize go-github-com-emirpasic-gods., guix-commits, 2020/08/09
- 55/60: gnu: Add go-github-com-godbus-dbus., guix-commits, 2020/08/09
- 57/60: gnu: Add go-etcd-io-bbolt., guix-commits, 2020/08/09
- 50/60: gnu: Add go-github-com-pkg-diff., guix-commits, 2020/08/09
- 54/60: gnu: Add go-github-com-twpayne-go-xdg., guix-commits, 2020/08/09
- 56/60: gnu: Add go-github-com-zalando-go-keyring., guix-commits, 2020/08/09
- 59/60: gnu: Add gopkg-in-errgo-fmt-errors.,
guix-commits <=
- 36/60: gnu: Add go-gopkg-in-warnings., guix-commits, 2020/08/09
- 37/60: gnu: Add go-github-com-go-git-gcfg., guix-commits, 2020/08/09
- 58/60: gnu: Add go-github-com-rogpeppe-go-internal., guix-commits, 2020/08/09
- 44/60: gnu: Add go-github-com-go-git-go-git-fixtures., guix-commits, 2020/08/09
- 46/60: gnu: Add go-github-go-git., guix-commits, 2020/08/09
- 47/60: gnu: Add go-github-com-google-go-querystring., guix-commits, 2020/08/09
- 53/60: gnu: Add go-github-com-twpayne-go-vfsafero., guix-commits, 2020/08/09
- 49/60: gnu: Add go-github-com-google-renameio., guix-commits, 2020/08/09
- 60/60: gnu: Add chezmoi., guix-commits, 2020/08/09