am2rlauncher: wrapGAppsHook -> wrapGAppsHook3
This commit is contained in:
parent
160dff0bae
commit
19c30e016f
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue