GNU bug report logs -
#78404
[PATCH 0/2] Go: Module aware build system
Previous Next
Full log
View this message in rfc822 format
* 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.