tuxedo: fix builds on Darwin

This commit is contained in:
Pol Dellaiera
2026-06-17 22:59:29 +02:00
parent 5ae2c040e2
commit a77fa84883
+4 -2
View File
@@ -23,16 +23,18 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeCheckInputs = [ writableTmpDirAsHomeHook ];
passthru.updateScript = nix-update-script { };
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
__darwinAllowLocalNetworking = true;
checkFlags = [
# Failure
"--skip=insert_dialog_after_nl_parse"
];
passthru.updateScript = nix-update-script { };
meta = {
description = "fast, keyboard-driven terminal UI for todo.txt";
homepage = "https://github.com/webstonehq/tuxedo";