From 7435fefd26f27b14e6b3c6820a51cb7c499bd8d6 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Sun, 8 Jan 2017 10:31:34 +0100 Subject: rustc: Disable fragile tcp tests on Darwin This is an alternative implementation of https://github.com/NixOS/nixpkgs/pull/21741/files --- pkgs/development/compilers/rust/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/compilers/rust/default.nix') diff --git a/pkgs/development/compilers/rust/default.nix b/pkgs/development/compilers/rust/default.nix index 4d9668da2e3..7b8d5a3d1ef 100644 --- a/pkgs/development/compilers/rust/default.nix +++ b/pkgs/development/compilers/rust/default.nix @@ -4,7 +4,6 @@ let rustPlatform = recurseIntoAttrs (makeRustPlatform (callPackage ./bootstrap.nix {})); in - rec { rustc = callPackage ./rustc.nix { shortVersion = "1.14"; @@ -16,6 +15,7 @@ rec { patches = [ ./patches/disable-lockfile-check-stable.patch + ./patches/darwin-disable-fragile-tcp-tests.patch ] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch; inherit targets; -- cgit 1.4.1