guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]