gtkradiant: fix GCC 14 build

+3
+3
pkgs/by-name/gt/gtkradiant/package.nix
··· 234 234 235 235 enableParallelBuilding = true; 236 236 237 + # GCC 14 makes these errors by default 238 + env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration -Wno-error=int-conversion"; 239 + 237 240 desktopItems = [ 238 241 (makeDesktopItem { 239 242 name = "gtkradiant";