Unverified Commit 6955ac4c authored by Florian's avatar Florian Committed by GitHub
Browse files

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

parents 62939403 0c5b457a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"