Unverified Commit de8538c9 authored by Kevin Cox's avatar Kevin Cox Committed by GitHub
Browse files

linphonePackages.bc-ispell: fix build with gcc15 (#478015)

parents e048c081 db7bae4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
    };
  };

  env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";

  meta = {
    description = "Interactive spelling checker";
    homepage = "https://gitlab.linphone.org/BC/public/external/ispell";