gnu: Go: Update to 1.12.15.
* gnu/packages/golang.scm (go-1.12): Update to 1.12.15. [arguments]: Adjust the 'prebuild' phase.
This commit is contained in:
parent
e3388d6361
commit
8a9d52c7e9
@ -220,7 +220,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||||||
(package
|
(package
|
||||||
(inherit go-1.4)
|
(inherit go-1.4)
|
||||||
(name "go")
|
(name "go")
|
||||||
(version "1.12.13")
|
(version "1.12.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -228,7 +228,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||||||
name version ".src.tar.gz"))
|
name version ".src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19zmrhydd52vhdnzlhxqklzg1mnav434dcgw9wl4iajbvfwd70sk"))))
|
"1hw4xjywcl883dnvfbb92w85sy8n231fdri4aynj8xajgr0p9fla"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments go-1.4)
|
(substitute-keyword-arguments (package-arguments go-1.4)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
@ -266,9 +266,6 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||||||
(("/bin/pwd") (which "pwd"))
|
(("/bin/pwd") (which "pwd"))
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
|
|
||||||
(substitute* "cmd/vendor/golang.org/x/sys/unix/syscall_unix_test.go"
|
|
||||||
(("/usr/bin") "/tmp"))
|
|
||||||
|
|
||||||
;; Add libgcc to runpath
|
;; Add libgcc to runpath
|
||||||
(substitute* "cmd/link/internal/ld/lib.go"
|
(substitute* "cmd/link/internal/ld/lib.go"
|
||||||
(("!rpath.set") "true"))
|
(("!rpath.set") "true"))
|
||||||
|
Loading…
Reference in New Issue
Block a user