Skip to content

Commit

Permalink
remmina: fix darwin build for newer clang (#372613)
Browse files Browse the repository at this point in the history
  • Loading branch information
gador authored Feb 5, 2025
2 parents 6293940 + 0c5b457 commit 6955ac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/networking/remote/remmina/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
wrapGAppsHook3,
curl,
fuse3,
fetchpatch2,
desktopToDarwinBundle,
glib,
gtk3,
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6955ac4

Please sign in to comment.