Commit 19c30e01 authored by Weijia Wang's avatar Weijia Wang
Browse files

am2rlauncher: wrapGAppsHook -> wrapGAppsHook3

parent 160dff0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];