about summary refs log tree commit diff
path: root/pkgs/applications/networking/freefilesync
diff options
context:
space:
mode:
authorAroun <zahrun@murena.io>2023-03-23 22:00:53 +0530
committerAroun <zahrun@murena.io>2023-03-23 22:10:41 +0530
commit669846d0f16dda31a93cfdf7358e1c08b3453e58 (patch)
tree691addda4b9dd1bdaeb20638cb9f492cffe1f939 /pkgs/applications/networking/freefilesync
parent76786cd4fc7b52d842d2d3813163167867eca0f0 (diff)
freefilesync: add wrapGAppsHook
Diffstat (limited to 'pkgs/applications/networking/freefilesync')
-rw-r--r--pkgs/applications/networking/freefilesync/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/freefilesync/default.nix b/pkgs/applications/networking/freefilesync/default.nix
index b7e7ab2986552..4d1310335ecc7 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
   ];