Merge pull request #222760 from Zahrun/fix-freefilesync

This commit is contained in:
Artturi 2023-03-23 19:57:09 +02:00 committed by GitHub
commit 4a3d90135b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
, openssl
, wxGTK32
, gitUpdater
, wrapGAppsHook
}:
gcc12Stdenv.mkDerivation rec {
@ -45,6 +46,7 @@ gcc12Stdenv.mkDerivation rec {
];
nativeBuildInputs = [
wrapGAppsHook
pkg-config
];