mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
am2rlauncher: wrapGAppsHook -> wrapGAppsHook3
This commit is contained in:
parent
160dff0bae
commit
19c30e016f
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user