GNU bug report logs - #78404
[PATCH 0/2] Go: Module aware build system

Previous Next

Package: guix-patches;

Reported by: Jørgen Kvalsvik <j <at> lambda.is>

Date: Tue, 13 May 2025 09:41:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Full log


View this message in rfc822 format

From: Jørgen Kvalsvik <j <at> lambda.is>
To: 78404 <at> debbugs.gnu.org
Cc: Jørgen Kvalsvik <j <at> lambda.is>
Subject: [bug#78404] [PATCH 4/4] gnu: Build with go-module-build-system
Date: Thu, 15 May 2025 10:16:35 +0200
* gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml): Use
go-module-build-system

Change-Id: Ic9222044eecc53053898d978d9bc4f79280fec8b
---
 gnu/packages/golang-xyz.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index bcf758e8fe..0bae8577d8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2297,10 +2297,7 @@ (define-public go-github-com-burntsushi-toml
        (file-name (git-file-name name version))
        (sha256
         (base32 "1vk0s7pcn80hkx0lcyws509gqs42c8y1rppv05zxiqj0yn2zrjnx"))))
-    (build-system go-build-system)
-    (arguments
-     (list
-      #:import-path "github.com/BurntSushi/toml"))
+    (build-system go-module-build-system)
     (home-page "https://github.com/BurntSushi/toml")
     (synopsis "Toml parser and encoder for Go")
     (description
-- 
2.39.5





This bug report was last modified 26 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.