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

authored by rewine and committed by GitHub d4e0edf1 658f28a3

+2
+2
pkgs/desktops/deepin/apps/deepin-system-monitor/default.nix
··· 80 81 cmakeFlags = [ "-DVERSION=${version}" ]; 82 83 strictDeps = true; 84 85 meta = with lib; {
··· 80 81 cmakeFlags = [ "-DVERSION=${version}" ]; 82 83 + env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types"; 84 + 85 strictDeps = true; 86 87 meta = with lib; {