deepin.deepin-system-monitor: fix build with gcc 14 (#368741)

This commit is contained in:
rewine
2024-12-28 16:19:08 +08:00
committed by GitHub
@@ -80,6 +80,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DVERSION=${version}" ];
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
strictDeps = true;
meta = with lib; {