buck2: fix by disabling autoPatchelfHook on darwin (#441063)

This commit is contained in:
jade
2025-09-08 08:47:25 -07:00
committed by GitHub
+3 -1
View File
@@ -81,8 +81,10 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
nativeBuildInputs = [
installShellFiles
autoPatchelfHook
zstd
]
++ lib.optionals stdenv.hostPlatform.isLinux [
autoPatchelfHook
];
buildInputs = [