buck2: fix by disabling autoPatchelfHook on darwin
This commit is contained in:
@@ -81,8 +81,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
autoPatchelfHook
|
||||
zstd
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
autoPatchelfHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user