From c941941cacc54c486c23101e5c5e67cea053e611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Sun, 3 Nov 2024 09:23:22 +0100 Subject: [PATCH] tere: fix tests on darwin --- pkgs/tools/misc/tere/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/tere/default.nix b/pkgs/tools/misc/tere/default.nix index 905c197cc732c..cadf6ec596353 100644 --- a/pkgs/tools/misc/tere/default.nix +++ b/pkgs/tools/misc/tere/default.nix @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage { cargoHash = "sha256-UWZWm6wDiQqUNcWV1nDUWXVhWgqoVUCDWz09cRkiPKg="; - nativeBuildInputs = [ + nativeCheckInputs = [ # ncurses provides the tput command needed for integration tests # https://github.com/mgunyho/tere/issues/93#issuecomment-2029624187 ncurses @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage { checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [ # Unexplained fail # https://github.com/NixOS/nixpkgs/pull/298527#issuecomment-2053758845 - "--skip=first_run_prompt_accept" + "--skip=first_run_prompt" ]; # NOTE: workaround for build fail on aarch64