Skip to content

Commit

Permalink
tere: fix tests on darwin (#353304)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 3, 2024
2 parents b7b476a + c941941 commit f946d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/tere/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f946d35

Please sign in to comment.