ripasso-cursive: skip failing test on darwin

This commit is contained in:
Gaetan Lepage
2024-12-04 15:25:14 +01:00
parent bba37efe58
commit 178f5f70be
@@ -1,5 +1,6 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
@@ -57,6 +58,13 @@ rustPlatform.buildRustPackage rec {
export HOME=$(mktemp -d)
'';
checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
# Fails in the darwin sandbox with:
# Attempted to create a NULL object.
# event loop thread panicked
"--skip=pass::pass_tests::test_add_recipient_not_in_key_ring"
];
postInstall = ''
installManPage target/man-page/cursive/ripasso-cursive.1
'';