wrangler: fix build on darwin

This commit is contained in:
Mio
2026-06-29 22:10:23 +12:00
parent b5aa0fbd53
commit 2a663a3c3a
+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