Commit 669846d0 authored by Aroun's avatar Aroun
Browse files

freefilesync: add wrapGAppsHook

parent 76786cd4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
, openssl
, wxGTK32
, gitUpdater
, wrapGAppsHook
}:

gcc12Stdenv.mkDerivation rec {
@@ -45,6 +46,7 @@ gcc12Stdenv.mkDerivation rec {
  ];

  nativeBuildInputs = [
    wrapGAppsHook
    pkg-config
  ];