summary refs log tree commit diff
path: root/pkgs/development/compilers/go/1.9.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-09-06 19:44:30 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-09-06 19:45:10 +0200
commit57ef1a35646028d851f733b7c5502e0b9a8dadad (patch)
tree0c8febd3ec88e2cee86e570fef2ff4ba63cfcf51 /pkgs/development/compilers/go/1.9.nix
parenta89d69a86792347b1f99889f6197bca843b5193e (diff)
downloadnixlib-57ef1a35646028d851f733b7c5502e0b9a8dadad.tar
nixlib-57ef1a35646028d851f733b7c5502e0b9a8dadad.tar.gz
nixlib-57ef1a35646028d851f733b7c5502e0b9a8dadad.tar.bz2
nixlib-57ef1a35646028d851f733b7c5502e0b9a8dadad.tar.lz
nixlib-57ef1a35646028d851f733b7c5502e0b9a8dadad.tar.xz
nixlib-57ef1a35646028d851f733b7c5502e0b9a8dadad.tar.zst
nixlib-57ef1a35646028d851f733b7c5502e0b9a8dadad.zip
go: fix darwin build
Diffstat (limited to 'pkgs/development/compilers/go/1.9.nix')
-rw-r--r--pkgs/development/compilers/go/1.9.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/go/1.9.nix b/pkgs/development/compilers/go/1.9.nix
index 1a148447c6b3..c5d44af2b5ba 100644
--- a/pkgs/development/compilers/go/1.9.nix
+++ b/pkgs/development/compilers/go/1.9.nix
@@ -95,9 +95,10 @@ stdenv.mkDerivation rec {
     sed -i 's,/_go_os_test,'"$TMPDIR"'/_go_os_test,' src/os/path_test.go
 
     sed -i '/TestChdirAndGetwd/areturn' src/os/os_test.go
-    sed -i '/TestRead0/areturn' src/os/os_test.go
-    sed -i '/TestNohup/areturn' src/os/signal/signal_test.go
+    sed -i '/TestCredentialNoSetGroups/areturn' src/os/exec/exec_posix_test.go
     sed -i '/TestCurrent/areturn' src/os/user/user_test.go
+    sed -i '/TestNohup/areturn' src/os/signal/signal_test.go
+    sed -i '/TestRead0/areturn' src/os/os_test.go
     sed -i '/TestSystemRoots/areturn' src/crypto/x509/root_darwin_test.go
 
     sed -i '/TestGoInstallRebuildsStalePackagesInOtherGOPATH/areturn' src/cmd/go/go_test.go
@@ -106,7 +107,6 @@ stdenv.mkDerivation rec {
     sed -i '/TestDisasmExtld/areturn' src/cmd/objdump/objdump_test.go
 
     sed -i 's/unrecognized/unknown/' src/cmd/link/internal/ld/lib.go
-    sed -i 's/unrecognized/unknown/' src/cmd/go/build.go
 
     touch $TMPDIR/group $TMPDIR/hosts $TMPDIR/passwd