Revert "mactop: fix build on Darwin"

The ld64 issue has been fixed.

This reverts commit c0984aabed.
This commit is contained in:
Emily
2026-07-15 03:19:44 +01:00
parent 3bb4c65bd2
commit e25c85530f
-9
View File
@@ -2,7 +2,6 @@
lib,
buildGoModule,
fetchFromGitHub,
llvmPackages,
versionCheckHook,
nix-update-script,
}:
@@ -22,14 +21,6 @@ buildGoModule rec {
proxyVendor = true;
nativeBuildInputs = [ llvmPackages.lld ];
env = {
# Work around ld64's libc++ hardening issue.
# TODO: Remove once #536365 reaches this branch.
NIX_CFLAGS_LINK = "-fuse-ld=lld";
};
ldflags = [
"-s"
"-w"