go_1_6, go_1_7: comment out testLoadFixed in a way recommended by vcunat. The test depends on specific timezone names, and the latest tzdata changed the naming. Upstream only agrees to fix the test in the 1.8 branch that has no stable releases yer
···7272 sed -i '/src\/cmd\/api\/run.go/ireturn nil' src/cmd/dist/test.go
7373 # Remove the coverage test as we have removed this utility
7474 sed -i '/TestCoverageWithCgo/areturn' src/cmd/go/go_test.go
7575+ # Remove the timezone naming test
7676+ sed -i '/TestLoadFixed/areturn' src/time/time_test.go
75777678 sed -i 's,/etc/protocols,${iana_etc}/etc/protocols,' src/net/lookup_unix.go
7779 sed -i 's,/etc/services,${iana_etc}/etc/services,' src/net/port_unix.go
+2
pkgs/development/compilers/go/1.7.nix
···6666 sed -i '/src\/cmd\/api\/run.go/ireturn nil' src/cmd/dist/test.go
6767 # Remove the coverage test as we have removed this utility
6868 sed -i '/TestCoverageWithCgo/areturn' src/cmd/go/go_test.go
6969+ # Remove the timezone naming test
7070+ sed -i '/TestLoadFixed/areturn' src/time/time_test.go
69717072 sed -i 's,/etc/protocols,${iana_etc}/etc/protocols,' src/net/lookup_unix.go
7173 sed -i 's,/etc/services,${iana_etc}/etc/services,' src/net/port_unix.go