Merge pull request #186566 from figsoda/fix-image-roll

image-roll: fix hydra build on darwin

authored by

figsoda and committed by
GitHub
c7d52f88 4e37749e

+3
+3
pkgs/applications/graphics/image-roll/default.nix
··· 27 27 checkFlags = [ 28 28 # fails in the sandbox 29 29 "--skip=file_list::tests" 30 + 31 + # sometimes fails on darwin 32 + "image_list::tests::save_current_image_overwrites_image_at_current_image_path_when_filename_is_set_to_none" 30 33 ]; 31 34 32 35 postInstall = ''