Skip to content

Commit bf65592

Browse files
committed
deepin.deepin-system-monitor: fix build with gcc 14
1 parent 3c6c692 commit bf65592

File tree

1 file changed

+2
-0
lines changed
  • pkgs/desktops/deepin/apps/deepin-system-monitor

1 file changed

+2
-0
lines changed

pkgs/desktops/deepin/apps/deepin-system-monitor/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ stdenv.mkDerivation rec {
8080

8181
cmakeFlags = [ "-DVERSION=${version}" ];
8282

83+
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
84+
8385
strictDeps = true;
8486

8587
meta = with lib; {

0 commit comments

Comments
 (0)