image-roll: switch to wrapGAppsHook4, fix typo

figsoda 02204ec8 4273a0c1

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