diff --git a/pkgs/stdenv/nix/default.nix b/pkgs/stdenv/nix/default.nix index f8488615cee2..c1ca98f60609 100644 --- a/pkgs/stdenv/nix/default.nix +++ b/pkgs/stdenv/nix/default.nix @@ -13,7 +13,7 @@ import ../generic { inherit stdenv; binutils = if stdenv.system == "i686-darwin" || stdenv.system == "powerpc-darwin" then - import ../../build-support/native-darwin-cctools-wrapper {inherit stdenv;}; + import ../../build-support/native-darwin-cctools-wrapper {inherit stdenv;} else pkgs.binutils; gcc = pkgs.gcc.gcc;