summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-01-22 01:58:45 +0100
committerDaiderd Jordan <daiderd@gmail.com>2017-01-22 02:03:50 +0100
commit99f8e2c9cb13a030dbb94e3ad33db129faaafe19 (patch)
treece54e680487eee33aae178f00e28caedf627d6ce /pkgs/development
parent79a7729338d4e175a3bd249b88647b5e89132457 (diff)
downloadnixpkgs-99f8e2c9cb13a030dbb94e3ad33db129faaafe19.tar
nixpkgs-99f8e2c9cb13a030dbb94e3ad33db129faaafe19.tar.gz
nixpkgs-99f8e2c9cb13a030dbb94e3ad33db129faaafe19.tar.bz2
nixpkgs-99f8e2c9cb13a030dbb94e3ad33db129faaafe19.tar.lz
nixpkgs-99f8e2c9cb13a030dbb94e3ad33db129faaafe19.tar.xz
nixpkgs-99f8e2c9cb13a030dbb94e3ad33db129faaafe19.tar.zst
nixpkgs-99f8e2c9cb13a030dbb94e3ad33db129faaafe19.zip
go_1_6: disable x509 tests on darwin
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/go/1.6.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/go/1.6.nix b/pkgs/development/compilers/go/1.6.nix
index 982446f4fdb..7d78f5efd10 100644
--- a/pkgs/development/compilers/go/1.6.nix
+++ b/pkgs/development/compilers/go/1.6.nix
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
     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 '/TestSystemRoots/areturn' src/crypto/x509/root_darwin_test.go
+    rm src/crypto/x509/root_darwin_test.go src/crypto/x509/verify_test.go
 
     sed -i '/TestGoInstallRebuildsStalePackagesInOtherGOPATH/areturn' src/cmd/go/go_test.go
     sed -i '/TestBuildDashIInstallsDependencies/areturn' src/cmd/go/go_test.go