buck2: fix by disabling autoPatchelfHook on darwin

This commit is contained in:
Gaetan Lepage
2025-09-08 17:21:12 +02:00
parent 252726f4b7
commit 82198476da
+3 -1
View File
@@ -81,8 +81,10 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
nativeBuildInputs = [
installShellFiles
autoPatchelfHook
zstd
]
++ lib.optionals stdenv.hostPlatform.isLinux [
autoPatchelfHook
];
buildInputs = [