From d02bb3c1978f96259a98efcb0f280b973c756cd0 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 6 Jan 2019 22:15:43 -0600 Subject: [PATCH] darwin.make-bootstrap-tools: remove dsymutil This hopefully is not needed for the bootstrap tools. Needs more testing. --- pkgs/stdenv/darwin/make-bootstrap-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/stdenv/darwin/make-bootstrap-tools.nix b/pkgs/stdenv/darwin/make-bootstrap-tools.nix index eee3b1ce075..670215a735d 100644 --- a/pkgs/stdenv/darwin/make-bootstrap-tools.nix +++ b/pkgs/stdenv/darwin/make-bootstrap-tools.nix @@ -98,7 +98,7 @@ in rec { cp -d ${xz.out}/lib/liblzma*.* $out/lib # Copy binutils. - for i in as ld ar ranlib nm strip otool install_name_tool dsymutil lipo; do + for i in as ld ar ranlib nm strip otool install_name_tool lipo; do cp ${cctools_}/bin/$i $out/bin done