am2rlauncher: wrapGAppsHook -> wrapGAppsHook3

This commit is contained in:
Weijia Wang 2024-04-27 10:32:44 +02:00
parent 160dff0bae
commit 19c30e016f

View File

@ -17,7 +17,7 @@
, fetchFromGitHub
, buildFHSEnv
, glib-networking
, wrapGAppsHook
, wrapGAppsHook3
, gsettings-desktop-schemas
}:
let
@ -71,7 +71,7 @@ buildDotnetModule {
openssl
];
nativeBuildInputs = [ wrapGAppsHook ];
nativeBuildInputs = [ wrapGAppsHook3 ];
buildInputs = [ gtk3 gsettings-desktop-schemas glib-networking ];