image-roll: switch to wrapGAppsHook4, fix typo

figsoda 02204ec8 4273a0c1

+3 -3
+3 -3
pkgs/applications/graphics/image-roll/default.nix
··· 3 3 , fetchFromGitHub 4 4 , glib 5 5 , pkg-config 6 - , wrapGAppsHook 6 + , wrapGAppsHook4 7 7 , gtk4 8 8 }: 9 9 ··· 20 20 21 21 cargoSha256 = "sha256-cUE2IZOunR/NIo/qytORRfNqCsf87LfpKA8o/v4Nkhk="; 22 22 23 - nativeBuildInputs = [ glib pkg-config wrapGAppsHook ]; 23 + nativeBuildInputs = [ glib pkg-config wrapGAppsHook4 ]; 24 24 25 25 buildInputs = [ gtk4 ]; 26 26 ··· 29 29 "--skip=file_list::tests" 30 30 31 31 # sometimes fails on darwin 32 - "image_list::tests::save_current_image_overwrites_image_at_current_image_path_when_filename_is_set_to_none" 32 + "--skip=image_list::tests::save_current_image_overwrites_image_at_current_image_path_when_filename_is_set_to_none" 33 33 ]; 34 34 35 35 postInstall = ''