From 669846d0f16dda31a93cfdf7358e1c08b3453e58 Mon Sep 17 00:00:00 2001 From: Aroun Date: Thu, 23 Mar 2023 22:00:53 +0530 Subject: [PATCH] freefilesync: add wrapGAppsHook --- pkgs/applications/networking/freefilesync/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/freefilesync/default.nix b/pkgs/applications/networking/freefilesync/default.nix index b7e7ab298655..4d1310335ecc 100644 --- a/pkgs/applications/networking/freefilesync/default.nix +++ b/pkgs/applications/networking/freefilesync/default.nix @@ -10,6 +10,7 @@ , openssl , wxGTK32 , gitUpdater +, wrapGAppsHook }: gcc12Stdenv.mkDerivation rec { @@ -45,6 +46,7 @@ gcc12Stdenv.mkDerivation rec { ]; nativeBuildInputs = [ + wrapGAppsHook pkg-config ];