disable patchelf, it's failing

This commit is contained in:
Anton Iakimov 2024-01-16 16:59:19 +01:00
parent 5b27c2346c
commit 3e5d5f6ccf
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
sha256 = hashes.${platform} or (throw "Missing Go bootstrap hash for platform ${platform}");
};
nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ];
#nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ];
# We must preserve the signature on Darwin
dontStrip = stdenv.hostPlatform.isDarwin;