image-roll: switch to wrapGAppsHook4, fix typo

This commit is contained in:
figsoda 2022-10-09 14:28:17 -04:00
parent 4273a0c10d
commit 02204ec825

View file

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, glib , glib
, pkg-config , pkg-config
, wrapGAppsHook , wrapGAppsHook4
, gtk4 , gtk4
}: }:
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-cUE2IZOunR/NIo/qytORRfNqCsf87LfpKA8o/v4Nkhk="; cargoSha256 = "sha256-cUE2IZOunR/NIo/qytORRfNqCsf87LfpKA8o/v4Nkhk=";
nativeBuildInputs = [ glib pkg-config wrapGAppsHook ]; nativeBuildInputs = [ glib pkg-config wrapGAppsHook4 ];
buildInputs = [ gtk4 ]; buildInputs = [ gtk4 ];
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
"--skip=file_list::tests" "--skip=file_list::tests"
# sometimes fails on darwin # sometimes fails on darwin
"image_list::tests::save_current_image_overwrites_image_at_current_image_path_when_filename_is_set_to_none" "--skip=image_list::tests::save_current_image_overwrites_image_at_current_image_path_when_filename_is_set_to_none"
]; ];
postInstall = '' postInstall = ''