summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-03-23 19:57:09 +0200
committerGitHub <noreply@github.com>2023-03-23 19:57:09 +0200
commit4a3d90135ba8d31ef4d5a19de23f7e74b9914d08 (patch)
treee319154b81091202c012d692a3cc6051787c18fb
parent69dda0be8e59d4412f1ebf2c470da0b82037dd57 (diff)
parent669846d0f16dda31a93cfdf7358e1c08b3453e58 (diff)
downloadnixpkgs-4a3d90135ba8d31ef4d5a19de23f7e74b9914d08.tar
nixpkgs-4a3d90135ba8d31ef4d5a19de23f7e74b9914d08.tar.gz
nixpkgs-4a3d90135ba8d31ef4d5a19de23f7e74b9914d08.tar.bz2
nixpkgs-4a3d90135ba8d31ef4d5a19de23f7e74b9914d08.tar.lz
nixpkgs-4a3d90135ba8d31ef4d5a19de23f7e74b9914d08.tar.xz
nixpkgs-4a3d90135ba8d31ef4d5a19de23f7e74b9914d08.tar.zst
nixpkgs-4a3d90135ba8d31ef4d5a19de23f7e74b9914d08.zip
Merge pull request #222760 from Zahrun/fix-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 b7e7ab29865..4d1310335ec 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
   ];