remmina: fix darwin build for newer clang (#372613)

This commit is contained in:
2025-02-05 07:53:37 +01:00
committed by GitHub
@@ -8,7 +8,6 @@
wrapGAppsHook3,
curl,
fuse3,
fetchpatch2,
desktopToDarwinBundle,
glib,
gtk3,
@@ -109,6 +108,8 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals withWebkitGtk [ webkitgtk_4_1 ]
++ lib.optionals withVte [ vte ];
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
cmakeFlags =
[
"-DWITH_FREERDP3=ON"