[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/74: gnu: Add go-tomlv.
From: |
guix-commits |
Subject: |
30/74: gnu: Add go-tomlv. |
Date: |
Thu, 25 Jul 2024 18:02:23 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ef82e014740d05fb86f8b3c367d19a8cf31d39b5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 21 11:30:59 2024 +0100
gnu: Add go-tomlv.
* gnu/packages/golang-xyz.scm (go-tomlv): New variable.
Change-Id: I2a95352302a0621dede1f67de766903482c610e2
---
gnu/packages/golang-xyz.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 320b44565b..9c1385e584 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5467,6 +5467,21 @@ tool."))))
"\nThis package provides an command line interface (CLI)
tool."))))
+(define-public go-tomlv
+ (package
+ (inherit go-github-com-burntsushi-toml)
+ (name "go-tomlv")
+ (arguments
+ (list
+ #:install-source? #f
+ #:tests? #f ; no tests.
+ #:import-path "github.com/BurntSushi/toml/cmd/tomlv"
+ #:unpack-path "github.com/BurntSushi/toml"))
+ (description
+ (string-append (package-description go-github-com-burntsushi-toml)
+ " This package provides an command line interface (CLI)
+tool."))))
+
;;;
;;; 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
- 10/74: gnu: go-golang-org-x-exp: Adjust package style., (continued)
- 10/74: gnu: go-golang-org-x-exp: Adjust package style., guix-commits, 2024/07/25
- 11/74: gnu: go-golang-org-x-exp: Enable tests., guix-commits, 2024/07/25
- 15/74: gnu: go-golang-org-sql-mock: Update to 1.5.2., guix-commits, 2024/07/25
- 17/74: gnu: go-github-com-onsi-ginkgo-v2: Update to 2.19.0., guix-commits, 2024/07/25
- 18/74: gnu: go-github-com-frankban-quicktest: Update to 1.14.6., guix-commits, 2024/07/25
- 24/74: gnu: go-pgregory-net-rapid: Build with default go., guix-commits, 2024/07/25
- 19/74: gnu: go-github-com-tdewolff-test: Update to 1.0.10., guix-commits, 2024/07/25
- 26/74: gnu: go-github-com-burntsushi-toml: Enable all tests., guix-commits, 2024/07/25
- 33/74: gnu: Add packages/prometheus module., guix-commits, 2024/07/25
- 07/74: gnu: go-github-com-google-go-cmp-cmp: Enable all tests., guix-commits, 2024/07/25
- 30/74: gnu: Add go-tomlv.,
guix-commits <=
- 36/74: gnu: go-github-com-jpillora-backoff: Move to golang-xyz., guix-commits, 2024/07/25
- 42/74: gnu: go-github-com-prometheus-common: Remove submodules., guix-commits, 2024/07/25
- 43/74: gnu: go-github-com-prometheus-common: Update to 0.55.0., guix-commits, 2024/07/25
- 51/74: gnu: Add go-github-com-cespare-xxhash., guix-commits, 2024/07/25
- 54/74: gnu: go-github-com-prometheus-client-golang: Update to 1.19.1., guix-commits, 2024/07/25
- 63/74: gnu: go-netns: Fix indentation., guix-commits, 2024/07/25
- 37/74: gnu: go-github-com-jpillora-backoff: Update to 1.0.0-1.fab01a9., guix-commits, 2024/07/25
- 41/74: gnu: Add go-github-com-go-kit-log., guix-commits, 2024/07/25
- 44/74: gnu: go-github-com-prometheus-common: Enable tests., guix-commits, 2024/07/25
- 49/74: gnu: go-github-com-oneofone-xxhash: Move to golang-crypto., guix-commits, 2024/07/25