From a37b09fef9f66e12d870f4ee299743e23fd1faee Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 14 Aug 2022 11:49:27 +0800 Subject: [PATCH] image-roll: fix hydra build on darwin --- pkgs/applications/graphics/image-roll/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/graphics/image-roll/default.nix b/pkgs/applications/graphics/image-roll/default.nix index 20444f5807a4..49cf0ff1b605 100644 --- a/pkgs/applications/graphics/image-roll/default.nix +++ b/pkgs/applications/graphics/image-roll/default.nix @@ -27,6 +27,9 @@ rustPlatform.buildRustPackage rec { checkFlags = [ # fails in the sandbox "--skip=file_list::tests" + + # sometimes fails on darwin + "image_list::tests::save_current_image_overwrites_image_at_current_image_path_when_filename_is_set_to_none" ]; postInstall = ''