guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: address@hidden: Drop left-over work-around.


From: Tobias Geerinckx-Rice
Subject: 09/11: gnu: address@hidden: Drop left-over work-around.
Date: Sun, 21 Jan 2018 16:33:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e11a70176dca55fe60e5ab5dc967028920d0968b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 19:13:37 2018 +0100

    gnu: address@hidden: Drop left-over work-around.
    
    * gnu/packages/golang.scm (go-1.9)[arguments]: Remove substitution for
    fixed bug from the ‘prebuild’ phase.
---
 gnu/packages/golang.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e7c2d22..b80abed 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -300,13 +300,6 @@ sequential processes (CSP) concurrent programming features 
added.")
                  (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"



reply via email to

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