From 3447b9b2c0b1591a680a5a9c77ace8a0441c6c96 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 17 Oct 2020 09:18:52 +1000 Subject: [PATCH] broot: drop darwin workaround --- pkgs/tools/misc/broot/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/misc/broot/default.nix b/pkgs/tools/misc/broot/default.nix index fb0868016d7..3027537dd87 100644 --- a/pkgs/tools/misc/broot/default.nix +++ b/pkgs/tools/misc/broot/default.nix @@ -5,7 +5,6 @@ , makeWrapper , coreutils , libiconv -, xcbuild , zlib , Security }: @@ -24,7 +23,6 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ makeWrapper installShellFiles - xcbuild # The cc crate attempts to run xcbuild. ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [