molden: fix GCC 14 build

+3
+3
pkgs/by-name/mo/molden/package.nix
··· 27 27 28 28 patches = [ ./dont_register_file_types.patch ]; 29 29 30 + # fix build with GCC 14 31 + env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration -Wno-implicit-int -Wno-return-mismatch"; 32 + 30 33 postPatch = '' 31 34 substituteInPlace ./makefile --replace '-L/usr/X11R6/lib' "" \ 32 35 --replace '-I/usr/X11R6/include' "" \