wrangler: fix build on darwin (#536602)

This commit is contained in:
Oleksii Filonenko
2026-07-05 15:45:37 +00:00
committed by GitHub
+3
View File
@@ -16,6 +16,7 @@
moreutils,
nix-update-script,
versionCheckHook,
writableTmpDirAsHomeHook,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wrangler";
@@ -119,7 +120,9 @@ stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
nativeInstallCheckInputs = [
versionCheckHook
writableTmpDirAsHomeHook
];
versionCheckKeepEnvironment = [ "HOME" ];
preFixup = ''
# fixupPhase spends a lot of time trying to strip text files, which is especially slow on Darwin