broot: drop darwin workaround
This commit is contained in:
parent
cc88d23e54
commit
3447b9b2c0
1 changed files with 0 additions and 2 deletions
|
@ -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 [
|
||||
|
|
Loading…
Reference in a new issue