oxker: fix build on darwin

This commit is contained in:
Nikolay Korotkiy
2025-10-04 16:32:06 +04:00
parent ff87bc4d94
commit 68d5f25ccf
+7
View File
@@ -1,5 +1,6 @@
{
lib,
stdenv,
fetchCrate,
rustPlatform,
nix-update-script,
@@ -16,6 +17,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-X5iNAwp0DcXoT82ZLq37geifztvJ/zZgOgM3SycAazA=";
checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
"--skip ui::draw_blocks::help::tests::test_draw_blocks_help_custom_keymap_one_definition"
"--skip ui::draw_blocks::help::tests::test_draw_blocks_help_custom_keymap_two_definitions"
"--skip ui::draw_blocks::help::tests::test_draw_blocks_help_one_and_two_definitions"
];
passthru.updateScript = nix-update-script { };
meta = {