Unverified Commit 4a3d9013 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #222760 from Zahrun/fix-freefilesync

parents 69dda0be 669846d0
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
  ];