Revert "yabai: work around ld64 hardening issue"

The ld64 issue has been fixed.

This reverts commit 0125c384a5.
This commit is contained in:
Emily
2026-07-15 03:26:25 +01:00
parent 7f3a48d8db
commit 041ff67b5e
-5
View File
@@ -28,17 +28,12 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
installShellFiles
xxd
# TODO: Clean up on `staging`.
llvmPackages.lld
];
buildInputs = [
apple-sdk_15
];
# TODO: Clean up on `staging`.
env.NIX_CFLAGS_LINK = "-fuse-ld=lld";
# Upstream Makefile races clean-build against linking under parallel make.
enableParallelBuilding = false;