freefilesync: add wrapGAppsHook

This commit is contained in:
Aroun
2023-03-23 22:10:41 +05:30
parent 76786cd4fc
commit 669846d0f1
@@ -10,6 +10,7 @@
, openssl
, wxGTK32
, gitUpdater
, wrapGAppsHook
}:
gcc12Stdenv.mkDerivation rec {
@@ -45,6 +46,7 @@ gcc12Stdenv.mkDerivation rec {
];
nativeBuildInputs = [
wrapGAppsHook
pkg-config
];