lol

gtkradiant: fix GCC 14 build

+3
+3
pkgs/by-name/gt/gtkradiant/package.nix
··· 234 235 enableParallelBuilding = true; 236 237 desktopItems = [ 238 (makeDesktopItem { 239 name = "gtkradiant";
··· 234 235 enableParallelBuilding = true; 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 + 240 desktopItems = [ 241 (makeDesktopItem { 242 name = "gtkradiant";