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