Skip to content

Commit d8eb6cb

Browse files
committed
remove xcodebuild back. working ghc without xcodebuild modification in stdenv
1 parent a22fa75 commit d8eb6cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkgs/build-support/native-darwin-cctools-wrapper

pkgs/build-support/native-darwin-cctools-wrapper/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
88
binaries =
99
[ "ar" "as" "c++filt" "gprof" "ld" "nm" "nmedit" "ranlib"
1010
"size" "strings" "strip" "dsymutil" "libtool" "lipo"
11-
"install_name_tool" "arch" "sw_vers" "xcodebuild"
11+
"install_name_tool" "arch" "sw_vers"
1212
];
1313

1414
builder = ./builder.sh;

0 commit comments

Comments
 (0)