[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
379/401: gnu: go-github-com-burntsushi-toml: Simplify.
From: |
guix-commits |
Subject: |
379/401: gnu: go-github-com-burntsushi-toml: Simplify. |
Date: |
Thu, 26 Dec 2024 19:31:29 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 76eebbdc2ae919d92f2a4f10789f2c94355e4690
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 26 20:24:32 2024 +0000
gnu: go-github-com-burntsushi-toml: Simplify.
* gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml)
[arguments] <phases>: Use default 'check.
Change-Id: I53dd7c48c47a42c07d0787718101d3985b63b576
---
gnu/packages/golang-xyz.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 862a7e4e48..054b4d8da5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1683,15 +1683,7 @@ strings into words like a POSIX or Windows shell would.")
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/BurntSushi/toml"
- #:phases
- #~(modify-phases %standard-phases
- ;; XXX: Replace when go-build-system supports nested path.
- (replace 'check
- (lambda* (#:key import-path tests? #:allow-other-keys)
- (when tests?
- (with-directory-excursion (string-append "src/" import-path)
- (invoke "go" "test" "-v" "./..."))))))))
+ #:import-path "github.com/BurntSushi/toml"))
(home-page "https://github.com/BurntSushi/toml")
(synopsis "Toml parser and encoder for Go")
(description
- 180/401: gnu: Add go-github-com-burntsushi-graphics-go., (continued)
- 180/401: gnu: Add go-github-com-burntsushi-graphics-go., guix-commits, 2024/12/26
- 172/401: gnu: go-github-com-dsnet-compress: Fix tests., guix-commits, 2024/12/26
- 197/401: gnu: go-github-com-emicklei-go-restful-v3: Fix build., guix-commits, 2024/12/26
- 191/401: gnu: Add go-k8s-io-gengo-v2., guix-commits, 2024/12/26
- 195/401: gnu: Add go-sigs-k8s-io-structured-merge-diff-v4., guix-commits, 2024/12/26
- 342/401: gnu: go-gopkg-in-errgo-fmt-errors: Rename variable., guix-commits, 2024/12/26
- 360/401: gnu: Add go-github-com-go-yaml-yaml., guix-commits, 2024/12/26
- 362/401: gnu: go-github-com-oklog-ulid: Fix bulid., guix-commits, 2024/12/26
- 382/401: gnu: Add go-github-com-gin-gonic-gin., guix-commits, 2024/12/26
- 368/401: gnu: Add go-github-com-keybase-dbus., guix-commits, 2024/12/26
- 379/401: gnu: go-github-com-burntsushi-toml: Simplify.,
guix-commits <=
- 390/401: gnu: go-go-uber-org-multierr: Update to 1.11.0., guix-commits, 2024/12/26
- 396/401: gnu: go-github-com-willscott-goturn: Update to 0.0.0-20170802220503-19f41278d0c9., guix-commits, 2024/12/26
- 399/401: gnu: go-github-com-polydawn-refmt: Update to 0.89.0., guix-commits, 2024/12/26
- 128/401: gnu: Add go-github-com-containerd-log., guix-commits, 2024/12/26
- 164/401: gnu: go-github-com-google-gofuzz: Update to 1.2.0., guix-commits, 2024/12/26
- 168/401: gnu: go-github-com-kr-fs: Move to golang-xyz., guix-commits, 2024/12/26
- 158/401: gnu: go-github-com-ipfs-go-datastore: Fix build., guix-commits, 2024/12/26
- 176/401: gnu: go-github-com-youmark-pkcs8: Update to 1.3., guix-commits, 2024/12/26
- 169/401: gnu: go-github-com-pkg-sftp: Update to 1.13.7., guix-commits, 2024/12/26
- 192/401: gnu: go-sigs-k8s-io-yaml: Update to 1.4.0., guix-commits, 2024/12/26