We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22fa75 commit d8eb6cbCopy full SHA for d8eb6cb
1 file changed
pkgs/build-support/native-darwin-cctools-wrapper/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
8
binaries =
9
[ "ar" "as" "c++filt" "gprof" "ld" "nm" "nmedit" "ranlib"
10
"size" "strings" "strip" "dsymutil" "libtool" "lipo"
11
- "install_name_tool" "arch" "sw_vers" "xcodebuild"
+ "install_name_tool" "arch" "sw_vers"
12
];
13
14
builder = ./builder.sh;
0 commit comments