mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go@1.9: Drop left-over work-around.
* gnu/packages/golang.scm (go-1.9)[arguments]: Remove substitution for fixed bug from the ‘prebuild’ phase.
This commit is contained in:
parent
a63179196e
commit
e11a70176d
1 changed files with 0 additions and 7 deletions
|
@ -300,13 +300,6 @@ (define-public go-1.9
|
|||
(substitute* "../misc/cgo/testcarchive/carchive_test.go"
|
||||
(("#!/usr/bin/env") (string-append "#!" (which "env"))))
|
||||
|
||||
;; Escape braces in test data to workaround test failure. For
|
||||
;; more information:
|
||||
;; https://github.com/golang/go/issues/20007
|
||||
;; FIXME: remove this once we upgrade to 1.9
|
||||
(substitute* "cmd/vet/testdata/copylock_func.go"
|
||||
(("struct\\{lock sync.Mutex\\}") "struct\\{lock sync.Mutex\\}"))
|
||||
|
||||
(substitute* "net/lookup_unix.go"
|
||||
(("/etc/protocols") (string-append net-base "/etc/protocols")))
|
||||
(substitute* "net/port_unix.go"
|
||||
|
|
Loading…
Reference in a new issue