diff --git a/pkgs/applications/networking/remote/remmina/default.nix b/pkgs/applications/networking/remote/remmina/default.nix index 06829f267df5..42f36c1f7257 100644 --- a/pkgs/applications/networking/remote/remmina/default.nix +++ b/pkgs/applications/networking/remote/remmina/default.nix @@ -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"